@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "skinwoundrelatedobservationspanel-example"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundRelatedObservationsPanel"; fhir:index 0; fhir:link ]; fhir:Meta.security [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ]; fhir:Coding.code [ fhir:value "HTEST" ]; fhir:Coding.display [ fhir:value "test health data" ] ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

WoundTunnelingAssertExt: Generated Summary: Active; Confirmed; Encounter Diagnosis; Tunneling wound; recordedDate: 2019-03-26

WoundUnderminingAssertExt: Generated Summary: Active; Confirmed; Encounter Diagnosis; Wound tissue undermining; recordedDate: 2019-03-26

WoundExudateAssertExt: Generated Summary: Active; Confirmed; Encounter Diagnosis; Wound discharge; recordedDate: 2019-03-26

identifier: id: watt-scenario-skin-wound-related-observations-panel-1001

category: Exam

code: Wound assessment panel

subject: Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1954-02-20

effective: 2016-03-26

performer: Generated Summary: id: 9941339108; Ronald Bone

hasMember:

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundTunnelingAssertExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Condition/skinwoundtunnelingassert-example" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundUnderminingAssertExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Condition/skinwoundunderminingassert-example" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateAssertExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Condition/skinwoundexudateassert-example" ] ] ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "watt-scenario-skin-wound-related-observations-panel-1001" ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ]; fhir:Coding.code [ fhir:value "exam" ]; fhir:Coding.display [ fhir:value "Exam" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:39135-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "39135-9" ]; fhir:Coding.display [ fhir:value "Wound assessment panel" ] ]; fhir:CodeableConcept.text [ fhir:value "Wound assessment panel" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/patient-example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-03-26"^^xsd:date]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/practitioner-example" ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundbed-example" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundedge-example" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/woundsize-example" ] ] . a fhir:us . a fhir:us . a fhir:us . a fhir:us . a fhir:us . a fhir:us . a fhir:us . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------