@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "woundObservationTypeVS"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

This value set includes codes based on the following rules:

" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/woundObservationTypeVS"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "WoundObservationTypeValueSet"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2019-10-07"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HL7 International - Electronic Health Records Work Group"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://confluence.hl7.org/display/EHR/Electronic+Health+Records+Work+Group" ] ] ]; fhir:ValueSet.description [ fhir:value "The set of codes that define specialized observation types of a wound."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ] ] ]; fhir:ValueSet.immutable [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.copyright [ fhir:value "Used by permission of HL7 International, all rights reserved Creative Commons License"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "woundshape" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Shape of Wound" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "woundvolume" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Volume of Wound" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------