FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/wound-observation-type

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
TypeCodeSystem
Idwound-observation-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/CodeSystem-wound-observation-type.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type
Version0.1.0
Statusdraft
Date2019-10-07
NameWoundObservationTypeCodeSystem
TitleWound Observation Type Code System
Realmus
Authorityhl7
DescriptionThe set of codes that define specialized observation types of a wound.
Contentcomplete

Resources that use this resource

ValueSet
woundObservationTypeVSWoundObservationTypeValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type defines the following codes:

CodeDisplayDefinition
woundshape Shape of WoundAn observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD.
woundvolume Volume of WoundAn observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD.

Source

{
  "resourceType": "CodeSystem",
  "id": "wound-observation-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type",
  "version": "0.1.0",
  "name": "WoundObservationTypeCodeSystem",
  "title": "Wound Observation Type Code System",
  "status": "draft",
  "experimental": true,
  "date": "2019-10-07",
  "publisher": "HL7 International - Electronic Health Records Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/EHR/Electronic+Health+Records+Work+Group"
        }
      ]
    }
  ],
  "description": "The set of codes that define specialized observation types of a wound.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "woundshape",
      "display": "Shape of Wound",
      "definition": "An observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD."
    },
    {
      "code": "woundvolume",
      "display": "Volume of Wound",
      "definition": "An observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD."
    }
  ]
}