@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "skinwoundexudateassert-example"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateAssert"; 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

WoundExudateAppearanceExt: Generated Summary: id: watt-scenario-wound-exudate-appearance-1001; Exam; Appearance of Exudate from wound; effective: 2016-03-26; Viscous discharge from wound

WoundExudateColorExt: Generated Summary: id: watt-scenario-wound-exudate-color-1001; Exam; Color of Exudate from wound; effective: 2016-03-26; Yellow color

WoundExudateOdorExt: Generated Summary: id: watt-scenario-wound-exudate-odor-1001; Exam; Odor of Exudate from wound; effective: 2016-03-26; Offensive wound odor

WoundExudateVolumeExt: Generated Summary: id: watt-scenario-wound-exudate-volume-1001; Exam; Drainage amount from device of Exudate from wound; effective: 2016-03-26; 10 mL

WoundExudateAmountDescriptionExt: Generated Summary: id: watt-scenario-wound-exudate-amount-description-1001; Exam; Drainage amount of Wound; effective: 2016-03-26; Moderate

clinicalStatus: Active

verificationStatus: Confirmed

category: Encounter Diagnosis

code: Wound discharge

subject: Amy V. Shaw. 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

recordedDate: 2019-03-26

asserter: Generated Summary: id: 9941339108; Ronald Bone

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateAppearanceExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundexudateappearance-example" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateColorExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundexudatecolor-example" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateOdorExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundexudateodor-example" ] ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateVolumeExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundexudatevolume-example" ] ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateAmountDescriptionExt" ]; fhir:Extension.valueReference [ fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundexudateamountdescription-example" ] ] ]; 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 "encounter-diagnosis" ]; fhir:Coding.display [ fhir:value "Encounter Diagnosis" ] ] ]; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:239164002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "239164002" ]; fhir:Coding.display [ fhir:value "Wound discharge" ] ] ]; fhir:Condition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/patient-example" ]; fhir:Reference.display [ fhir:value "Amy V. Shaw" ] ]; fhir:Condition.recordedDate [ fhir:value "2019-03-26"^^xsd:date]; fhir:Condition.asserter [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/practitioner-example" ] ] . 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 . # -------------------------------------------------------------------------------------