FHIR Implementation Guide for HCX
0.7.0 - CI Build

FHIR Implementation Guide for HCX - Local Development build (v0.7.0). See the Directory of published versions

: HCX proof-of-presence-codes - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "proof-of-presence-codes"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set contains 2 concepts</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"http---hcxprotocol.io-codes-proof-of-presence-codes-PoPr.locationPhoto\"> </a>  PoPr.locationPhoto</td><td>http://hcxprotocol.io/codes/proof-of-presence-codes</td><td>Photo of the location with subject</td></tr><tr><td style=\"white-space:nowrap\"><a name=\"http---hcxprotocol.io-codes-proof-of-presence-codes-PoPr.deviceLocation\"> </a>  PoPr.deviceLocation</td><td>http://hcxprotocol.io/codes/proof-of-presence-codes</td><td>Real time geolocation from certified devices</td></tr></table></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://ig.hcxprotocol.io/v0.7/ValueSet-proof-of-presence-codes.html"];
  fhir:ValueSet.version [ fhir:value "0.7.0"];
  fhir:ValueSet.name [ fhir:value "ProofOfPresenceCodes"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2022-06-01"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "HCX Open Community"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HCX Open Community" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hcxprotocol.io/" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "This is the value set listing the Proof of Presence codes"];
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.timestamp [ fhir:value "2022-06-01T08:15:30+05:30"^^xsd:dateTime ];
     fhir:ValueSet.expansion.contains [
       fhir:index 0;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://hcxprotocol.io/codes/proof-of-presence-codes" ];
       fhir:ValueSet.expansion.contains.code [ fhir:value "PoPr.locationPhoto" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Photo of the location with subject" ]     ], [
       fhir:index 1;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://hcxprotocol.io/codes/proof-of-presence-codes" ];
       fhir:ValueSet.expansion.contains.code [ fhir:value "PoPr.deviceLocation" ];
       fhir:ValueSet.expansion.contains.display [ fhir:value "Real time geolocation from certified devices" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.