@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 -------------------------------------------------------------------

<http://smart.who.int/ddcc/Patient/DDCCPatientChinese> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DDCCPatientChinese"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCPatient"^^xsd:anyURI ;
       fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCPatient>
     ] )
  ] ; # 
  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 DDCCPatientChinese</b></p><a name=\"DDCCPatientChinese\"> </a><a name=\"hcDDCCPatientChinese\"> </a><a name=\"DDCCPatientChinese-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">奥卢斯·阿杰里乌斯(official) (no stated gender), DoB: 2003-03-03</p><hr/></div>"
  ] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "奥卢斯·阿杰里乌斯" ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "2003-03-03"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

