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

FHIR IG Statistics: ValueSet/bodySideVS

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
Resource TypeValueSet
IdbodySideVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-bodySideVS.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/bodySideVS
Version0.1.0
Statusdraft
Date2019-06-19
NameBodySidevalueset
Realmus
Authorityhl7
DescriptionSelect SNOMED code system values. Codes that describe sides of the body.
CopyrightTBD

Resources that use this resource

StructureDefinition
BodySideExtBodySide

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "bodySideVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/bodySideVS",
  "version": "0.1.0",
  "name": "BodySidevalueset",
  "status": "draft",
  "date": "2019-06-19",
  "publisher": "Clinical Information Modeling Initiative (CIMI)",
  "description": "Select SNOMED code system values.  Codes that describe sides of the body.",
  "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": "51440002",
            "display": "Right and left"
          },
          {
            "code": "399488007",
            "display": "Midline"
          },
          {
            "code": "85421007",
            "display": "Structure of right half of body"
          },
          {
            "code": "31156008",
            "display": "Structure of left half of body"
          }
        ]
      }
    ]
  }
}