Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions
Turtle Format: Observation-skinwoundrelatedobservationspanel-amend
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "skinwoundrelatedobservationspanel-amend"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundRelatedObservationsPanel";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundRelatedObservationsPanel> ];
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 "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: wat-scenario-skin-wound-related-observations-panel-amend</p><p><b>status</b>: amended</p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 39135-9}\">Wound assessment panel</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">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</a></p><p><b>effective</b>: 2016-08-15</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-example.html\">Generated Summary: id: 9941339108; Ronald Bone </a></p><p><b>hasMember</b>: <a href=\"Observation-skinwoundbed-amend.html\">Generated Summary: id: wat-scenario-skin-wound-bed-amend; status: amended; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span>; <span title=\"Codes: {http://loinc.org 89254-7}\">Wound bed panel</span>; effective: 2016-08-15</a></p></div>"
];
fhir:Observation.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ];
fhir:Identifier.value [ fhir:value "wat-scenario-skin-wound-related-observations-panel-amend" ]
];
fhir:Observation.status [ fhir:value "amended"];
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:Reference.reference [ fhir:value "Patient/patient-example" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2016-08-15"^^xsd:date];
fhir:Observation.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-example" ]
];
fhir:Observation.hasMember [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/skinwoundbed-amend" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.