@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PatientExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/core-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient PatientExample01

刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)


Active:true
Other Id:urn:oid:2.16.840.1.113883.2.23.1.19.2/100000000000000
Contact Detail
  • ph: 13800138000(Mobile)
  • 北京市东城区景山前街4号(home)
parent:
  • 刘勇
  • ph: 13012345678
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7china.org.cn/fhir/StructureDefinition/ext-person-ethnicGroup"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/gb3304"^^xsd:anyURI ] ; fhir:code [ fhir:v "HA" ] ; fhir:display [ fhir:v "汉族" ] ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.23.1.19.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "110101200301120019" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.23.1.19.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "100000000000000" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:text [ fhir:v "刘康" ] ; fhir:family [ fhir:v "刘" ] ; fhir:given ( [ fhir:v "康" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "13800138000" ] ; fhir:use [ fhir:v "mobile" ] ] ) ; # fhir:gender [ fhir:v "male" ; fhir:extension ( [ fhir:url [ fhir:v "https://hl7.org.cn/fhir/StructureDefinition/ext-person-gender"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/gb2261-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "男性" ] ] ] ) ] ; # fhir:birthDate [ fhir:v "1955-10-25"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:text [ fhir:v "北京市东城区景山前街4号" ] ; fhir:line ( [ fhir:v "景山前街4号" ] ) ; fhir:city [ fhir:v "北京市" ] ; fhir:district [ fhir:v "东城区" ] ; fhir:state [ fhir:v "北京" ] ; fhir:postalCode [ fhir:v "100010" ] ] ) ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/patient-contact-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "parent" ] ] ) ] ) ; fhir:name [ fhir:text [ fhir:v "刘勇" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "13012345678" ] ] ) ] ) . # # -------------------------------------------------------------------------------------