FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
Resource TypeValueSet
IdtrendVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-trendVS.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/trendVS
Version0.1.0
Statusdraft
Date2019-06-19
NameTrendvalueset
Realmus
Authorityhl7
DescriptionSelect SNOMED CT codes. A set of codes that describe the way in which something is developing or changing.
CopyrightTBD

Resources that use this resource

StructureDefinition
TrendExtTrend

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

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


Source1

{
  "resourceType": "ValueSet",
  "id": "trendVS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/trendVS",
  "version": "0.1.0",
  "name": "Trendvalueset",
  "status": "draft",
  "experimental": true,
  "date": "2019-06-19",
  "publisher": "HSPC",
  "description": "Select SNOMED CT codes. A set of codes that describe the way in which something is developing or changing.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "immutable": true,
  "copyright": "TBD",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "390772001",
            "display": "Deterioration of status"
          },
          {
            "code": "390771008",
            "display": "Improvement of status"
          },
          {
            "code": "723506003",
            "display": "Resolved"
          },
          {
            "code": "409052007",
            "display": "Stabilization of status"
          }
        ]
      }
    ]
  }
}