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

FHIR IG Statistics: ValueSet/episodeVS

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
TypeValueSet
IdepisodeVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-episodeVS.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/episodeVS
Version0.1.0
Statusdraft
Date2019-06-19
NameEpisodevalueset
Realmus
Authorityhl7
DescriptionSelect SNOMED CT codes. A set of codes that describe the episodic state.
CopyrightTBD

Resources that use this resource

StructureDefinition
EpisodeExtEpisodeextension

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "episodeVS",
  "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/episodeVS",
  "version": "0.1.0",
  "name": "Episodevalueset",
  "status": "draft",
  "experimental": true,
  "date": "2019-06-19",
  "publisher": "HSPC",
  "description": "Select SNOMED CT codes. A set of codes that describe the episodic state.",
  "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": "255251009",
            "display": "Acute phase"
          },
          {
            "code": "884001",
            "display": "Initial"
          },
          {
            "code": "255227004",
            "display": "Recurrent"
          },
          {
            "code": "278177007",
            "display": "Chronic phase"
          }
        ]
      }
    ]
  }
}