@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "skinwoundbed-originate"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundBed"; 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 "" ]; 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-originate" ] ]; fhir:Observation.status [ fhir:value "preliminary"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:89254-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "89254-7" ]; fhir:Coding.display [ fhir:value "Wound bed panel" ] ]; fhir:CodeableConcept.text [ fhir:value "Wound bed panel" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/patient-example" ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/skinwoundbedappearance-originate" ] ] . a fhir:us . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------