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 Patient - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/ohh-patient"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/ohh-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient</b></p><a name=\"patient\"> </a><a name=\"hcpatient\"> </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-ohh-patient.html\">Ohh Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe (no stated gender), DoB: 1982-01-01 ( Patient external identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><a href=\"http://terminology.hl7.org/7.0.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt #xD;#xA;#xD;#xA;This oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: #xD;#xA;#xD;#xA;Note that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.#xD;#xA;#xD;#xA;This OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:uuid:4c5c53a7-8c58-4aa5-b069-889643f3685a</li><li><code>urn:uuid:33206393-ef4c-4456-a926-93299c4dc17e</code>/12345 (use: official, )</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"mailto:john.doe@example.com\">john.doe@example.com</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension for patient signature\"><a href=\"StructureDefinition-patient-signature.html\">Patient Signature Extension</a></td><td colspan=\"3\">encrypted-signature-value</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/patient-signature"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/patient-signature>     ] ;
fhir:value [
a fhir:String ;
fhir:v "encrypted-signature-value"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>     ] ;
fhir:value [ fhir:v "urn:uuid:4c5c53a7-8c58-4aa5-b069-889643f3685a" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:system [
fhir:v "urn:uuid:33206393-ef4c-4456-a926-93299c4dc17e"^^xsd:anyURI ;
fhir:l <urn:uuid:33206393-ef4c-4456-a926-93299c4dc17e>     ] ;
fhir:value [ fhir:v "12345" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "PT" ]       ] )     ] ;
fhir:value [ fhir:v "54964" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "John Doe" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "john.doe@example.com" ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "1982-01-01"^^xsd:date] . #