@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Goal; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "GoalDailyACExample01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-goal-dailyac"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

lifecycleStatus: planned

description: 目标日饮酒量

subject: 张三. Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25

start: 2002-08-23

Targets

-Detail[x]Due[x]
*1 两2002-09-23

addresses: Generated Summary: Social History; 日饮酒量; 1 两

" ]; fhir:Goal.lifecycleStatus [ fhir:value "planned"]; fhir:Goal.description [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011" ]; fhir:Coding.code [ fhir:value "DE03.00.054.00" ]; fhir:Coding.display [ fhir:value "目标日饮酒量" ] ] ]; fhir:Goal.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]; fhir:Reference.display [ fhir:value "张三" ] ]; fhir:Goal.startDate [ fhir:value "2002-08-23"^^xsd:date]; fhir:Goal.target [ fhir:index 0; fhir:Goal.target.detailQuantity [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "两" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "两" ] ]; fhir:Goal.target.dueDate [ fhir:value "2002-09-23"^^xsd:date ] ]; fhir:Goal.addresses [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/DailyACExample01" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------