Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0

Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OHH Practitioner with signature - TTL Representation

Raw ttl | Download


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

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

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2d61c3c5-c0ce-4cee-ad0a-9e83289a5b61"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/practitioner-with-key"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/practitioner-with-key>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 2d61c3c5-c0ce-4cee-ad0a-9e83289a5b61</b></p><a name=\"2d61c3c5-c0ce-4cee-ad0a-9e83289a5b61\"> </a><a name=\"hc2d61c3c5-c0ce-4cee-ad0a-9e83289a5b61\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitioner-with-key.html\">Practitioner With Key Profile</a></p></div><p><b>Caregiver Signature</b>: luKmgJnoLzTr5ORUyPkrqfLofQV0c5cr5LXmOseMdPw</p><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.500</code>/cg-1234 (use: official, ), <code>urn:oid:2.16.840.1.113883.4.501</code>/ohh-5678</p><p><b>name</b>: S. Caregiver</p><p><b>telecom</b>: <a href=\"mailto:caregiver@ohh.com\">caregiver@ohh.com</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/caregiver-signature"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/caregiver-signature>     ] ;
fhir:value [
a fhir:String ;
fhir:v "luKmgJnoLzTr5ORUyPkrqfLofQV0c5cr5LXmOseMdPw"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.500"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.500>     ] ;
fhir:value [ fhir:v "cg-1234" ]
  ] [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.501"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.501>     ] ;
fhir:value [ fhir:v "ohh-5678" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "S. Caregiver" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "caregiver@ohh.com" ]
  ] ) . #