Computable Care Guidelines
1.0.0-current - ci-build International flag

Computable Care Guidelines, published by IHE QRPH Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QRPH.CCG/ and changes regularly. See the Directory of published versions

: Data-in 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 "ZKT9319"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ZKT9319</b></p><a name=\"ZKT9319\"> </a><a name=\"hcZKT9319\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Iosefa Test-Fuimaono  Male, DoB: 1950-07-04 ( https://example.org/ids#ZKT9319)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus W}\">Widowed</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Flat 1 1 Brooklyn Road Claudelands Hamilton 3214 NZ (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">en-NZ</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Cindy Test-Fuimaono Test-Fuimaono </li><li>Flat 1 1 Brooklyn Road Claudelands Hamilton 3214 NZ (home)</li><li>ph: 021 111111(Mobile)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>Cindy Test-Fuimaono Test-Fuimaono </li><li>Flat 1 1 Brooklyn Road Claudelands Hamilton 3214 NZ (home)</li><li>ph: 021 111111(Mobile)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://example.org/ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZKT9319" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Test-Fuimaono" ] ;
    ( fhir:given [ fhir:v "Iosefa" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1950-07-04"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Flat 1" ] [ fhir:v "1 Brooklyn Road" ] [ fhir:v "Claudelands" ] ) ;
fhir:city [ fhir:v "Hamilton" ] ;
fhir:postalCode [ fhir:v "3214" ] ;
fhir:country [ fhir:v "NZ" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "W" ] ;
fhir:display [ fhir:v "Widowed" ]     ] )
  ] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-Kin" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Test-Fuimaono" ] ;
      ( fhir:given [ fhir:v "Cindy" ] [ fhir:v "Test-Fuimaono" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "021 111111" ] ;
fhir:use [ fhir:v "mobile" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
      ( fhir:line [ fhir:v "Flat 1" ] [ fhir:v "1 Brooklyn Road" ] [ fhir:v "Claudelands" ] ) ;
fhir:city [ fhir:v "Hamilton" ] ;
fhir:postalCode [ fhir:v "3214" ] ;
fhir:country [ fhir:v "NZ" ]     ]
  ] [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Test-Fuimaono" ] ;
      ( fhir:given [ fhir:v "Cindy" ] [ fhir:v "Test-Fuimaono" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "021 111111" ] ;
fhir:use [ fhir:v "mobile" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
      ( fhir:line [ fhir:v "Flat 1" ] [ fhir:v "1 Brooklyn Road" ] [ fhir:v "Claudelands" ] ) ;
fhir:city [ fhir:v "Hamilton" ] ;
fhir:postalCode [ fhir:v "3214" ] ;
fhir:country [ fhir:v "NZ" ]     ]
  ] ) ; # 
  fhir:communication ( [
fhir:language [
fhir:text [ fhir:v "en-NZ" ]     ]
  ] ) . #