@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "skinwoundbedappearance-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/WoundBedAppearance"; 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 "generated" ]; fhir:Narrative.div "

Generated Narrative

identifier: id: wat-scenario-skin-wound-bed-appearance-amend

status: amended

category: Exam

code: Wound bed appearance

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-08-15

performer: Generated Summary: id: 9941339108; Ronald Bone

value: Granulation of tissue

Components

-CodeValue[x]
*Area of identified wound bed appearance/Area of wound bed of Wound base4 cm2
" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "wat-scenario-skin-wound-bed-appearance-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:72371-8; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "72371-8" ]; fhir:Coding.display [ fhir:value "Appearance of Wound base" ] ]; fhir:CodeableConcept.text [ fhir:value "Wound bed appearance" ] ]; fhir:Observation.subject [ fhir:link ; 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:link ; fhir:Reference.reference [ fhir:value "Practitioner/practitioner-example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:225541009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "225541009" ]; fhir:Coding.display [ fhir:value "Granulation of tissue" ] ] ]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:72370-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "72370-0" ]; fhir:Coding.display [ fhir:value "Area of identified wound bed appearance/Area of wound bed of Wound base" ] ] ]; fhir:Observation.component.valueQuantity [ fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "cm2" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "%" ] ] ] . a fhir:us . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------