This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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 "Tooth-infection18"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "4" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-06T17:04:21.363+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#HPyMDtGCdUum1kn2" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-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</b></p><p><b>id</b>: Tooth-infection18</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes: {http://www.ada.org/snodent 181608D}, {http://snomed.info/sct 427898007}\">Infection of tooth</span></p><p><b>bodySite</b>: <span title=\"Codes: {http://www.ada.org/snodent 161372D}, {http://snomed.info/sct 48402004}\">Mandibular left second molar tooth</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A. Generated Summary: id: example-dental; Medical Record Number: 5152020 (USUAL); active; Patient A ; ph: 123-456-7890(HOME), testA@email.com; gender: male; birthDate: 1990-01-01</a></p></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:Coding.display [ fhir:value "Active" ] ]; fhir:CodeableConcept.text [ 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:Coding.display [ fhir:value "Confirmed" ] ]; fhir:CodeableConcept.text [ 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:CodeableConcept.text [ fhir:value "Problem List Item" ] ]; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.ada.org/snodent" ]; fhir:Coding.code [ fhir:value "181608D" ]; fhir:Coding.display [ fhir:value "Infection of tooth" ] ], [ fhir:index 1; a sct:427898007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "427898007" ]; fhir:Coding.display [ fhir:value "Infection of tooth" ] ]; fhir:CodeableConcept.text [ fhir:value "Infection of tooth" ] ]; fhir:Condition.bodySite [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.ada.org/snodent" ]; fhir:Coding.code [ fhir:value "161372D" ]; fhir:Coding.display [ fhir:value "Permanent lower left second molar tooth" ] ], [ fhir:index 1; a sct:48402004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "48402004" ]; fhir:Coding.display [ fhir:value "Mandibular left second molar tooth" ] ]; fhir:CodeableConcept.text [ fhir:value "Mandibular left second molar tooth" ] ]; fhir:Condition.subject [ fhir:Reference.reference [ fhir:value "Patient/example-dental" ]; fhir:Reference.display [ fhir:value "Patient A" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.