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

FHIR IG Statistics: ValueSet/HealthHubLaterality

Packagehealthhub.fhir
Resource TypeValueSet
IdHealthHubLaterality
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthhub.fhir@2.0.4&canonical=https://healthhub.dk/fhir/ValueSet/laterality
URLhttps://healthhub.dk/fhir/ValueSet/laterality
Version4.1.0
Statusactive
Date2024-09-20T00:00:00+00:00
NameHealth Hub Laterality
TitleHealth Hub Laterality
Realmdk
DescriptionIndication of a body side on a citizen

Resources that use this resource

StructureDefinition
healthhub-conditionHealth Hub Condition Profile

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "HealthHubLaterality",
  "url": "https://healthhub.dk/fhir/ValueSet/laterality",
  "version": "4.1.0",
  "name": "Health Hub Laterality",
  "title": "Health Hub Laterality",
  "status": "active",
  "experimental": false,
  "date": "2024-09-20T00:00:00+00:00",
  "publisher": "HealthHub Denmark",
  "description": "Indication of a body side on a citizen",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "24028007",
            "display": "Right"
          },
          {
            "code": "7771000",
            "display": "Left"
          }
        ]
      }
    ]
  }
}