Lower Extremity Skin Wound Assessment Implementation Guide STU1 CI Build

Lower Extremity Skin Wound Assessment - IG, published by HL7 International - Electronic Health Records Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-skin-wound-ig/ and changes regularly. See the Directory of published versions

Turtle Format: CodeSystem-wound-observation-type

Raw ttl


@prefix fhir: <http://hl7.org/fhir/> .
@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "wound-observation-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">woundshape<a name=\"wound-observation-type-woundshape\"> </a></td><td>Shape of Wound</td><td>An observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD.</td></tr><tr><td style=\"white-space:nowrap\">woundvolume<a name=\"wound-observation-type-woundvolume\"> </a></td><td>Volume of Wound</td><td>An observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "WoundObservationTypeCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Wound Observation Type Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-10-07"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Electronic Health Records Work Group"];
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "The set of codes that define specialized observation types of a wound."];
  fhir:CodeSystem.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:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "woundshape" ];
     fhir:CodeSystem.concept.display [ fhir:value "Shape of Wound" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "woundvolume" ];
     fhir:CodeSystem.concept.display [ fhir:value "Volume of Wound" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.