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

Generated Narrative

clinicalStatus: 已解决

verificationStatus: 已确认

type: allergy

category: medication

criticality: high

code: 青霉素

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

encounter: Generated Summary: id: N1233456671; status: finished; 随访; 家庭; period: 2021-5-7 12:30:02 --> 2002-8-20 16:45:50

recordedDate: 2021-08-20

recorder: 赵勇. Generated Summary: 赵勇; gender: male

" ]; fhir:AllergyIntolerance.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ]; fhir:Coding.code [ fhir:value "resolved" ]; fhir:Coding.display [ fhir:value "已解决" ] ] ]; fhir:AllergyIntolerance.verificationStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ]; fhir:Coding.code [ fhir:value "confirmed" ]; fhir:Coding.display [ fhir:value "已确认" ] ] ]; fhir:AllergyIntolerance.type [ fhir:value "allergy"]; fhir:AllergyIntolerance.category [ fhir:value "medication"; fhir:index 0 ]; fhir:AllergyIntolerance.criticality [ fhir:value "high"]; fhir:AllergyIntolerance.code [ fhir:CodeableConcept.text [ fhir:value "青霉素" ] ]; fhir:AllergyIntolerance.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]; fhir:Reference.display [ fhir:value "张三" ] ]; fhir:AllergyIntolerance.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/FollowupEncounterExample01" ] ]; fhir:AllergyIntolerance.recordedDate [ fhir:value "2021-08-20"^^xsd:date]; fhir:AllergyIntolerance.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]; fhir:Reference.display [ fhir:value "赵勇" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------