FHIR Implementation Guide for HCX
0.7.1 - CI Build

FHIR Implementation Guide for HCX - Local Development build (v0.7.1). 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:id [ fhir:v "proof-of-presence-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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:url [ fhir:v "https://ig.hcxprotocol.io/v0.7.1/ValueSet-proof-of-presence-codes.html"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.7.1"] ; # 
  fhir:name [ fhir:v "ProofOfPresenceCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-06-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HCX Open Community"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HCX Open Community" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hcxprotocol.io/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is the value set listing the Proof of Presence codes"] ; # 
  fhir:expansion [
fhir:timestamp [ fhir:v "2022-06-01T08:15:30+05:30"^^xsd:dateTime ] ;
    ( fhir:contains [
fhir:system [ fhir:v "http://hcxprotocol.io/codes/proof-of-presence-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PoPr.locationPhoto" ] ;
fhir:display [ fhir:v "Photo of the location with subject" ]     ] [
fhir:system [ fhir:v "http://hcxprotocol.io/codes/proof-of-presence-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PoPr.deviceLocation" ] ;
fhir:display [ fhir:v "Real time geolocation from certified devices" ]     ] )
  ] . #