Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Condition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' = 'Active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed' = 'Confirmed)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/condition-category code 'problem-list-item' = 'Problem List Item', given as 'Problem List Item'})</span></p><p><b>severity</b>: Severe (severity modifier) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '24484000' = 'Severe (severity modifier)', given as 'Severe (severity modifier)'})</span></p><p><b>code</b>: Burnt Ear <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '39065001' = 'Burn of ear structure', given as 'Burn of ear'})</span></p><p><b>bodySite</b>: Left Ear <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '49521004' = 'Left external ear structure', given as 'Left external ear structure'})</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: Dec 25, 1974; </a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: example; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99223}\">Inpatient Hospital Care</span></a></p><p><b>onset</b>: May 23, 2012 8:00:00 PM</p><p><b>recordedDate</b>: May 23, 2012 8:00:00 PM</p><h3>Stages</h3><table class=\"grid\"><tr><td>-</td><td><b>Summary</b></td></tr><tr><td>*</td><td>stage II <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '258219007' = 'Stage 2', given as 'stage II'})</span></td></tr></table></div>" ]; fhir:Condition.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ]; fhir:Coding.code [ fhir:value "active" ] ] ]; fhir:Condition.verificationStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ]; fhir:Coding.code [ fhir:value "confirmed" ] ] ]; fhir:Condition.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ]; fhir:Coding.code [ fhir:value "problem-list-item" ]; fhir:Coding.display [ fhir:value "Problem List Item" ] ] ]; fhir:Condition.severity [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:24484000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "24484000" ]; fhir:Coding.display [ fhir:value "Severe (severity modifier)" ] ] ]; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:39065001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "39065001" ]; fhir:Coding.display [ fhir:value "Burn of ear" ] ]; fhir:CodeableConcept.text [ fhir:value "Burnt Ear" ] ]; fhir:Condition.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:49521004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "49521004" ]; fhir:Coding.display [ fhir:value "Left external ear structure" ] ]; fhir:CodeableConcept.text [ fhir:value "Left Ear" ] ]; fhir:Condition.subject [ fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Condition.encounter [ fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:Condition.onsetDateTime [ fhir:value "2012-05-24T00:00:00+00:00"^^xsd:dateTime]; fhir:Condition.recordedDate [ fhir:value "2012-05-24T00:00:00+00:00"^^xsd:dateTime]; fhir:Condition.stage [ fhir:index 0; fhir:Condition.stage.summary [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:258219007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "258219007" ]; fhir:Coding.display [ fhir:value "stage II" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.