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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeValueSet
IdValueSet-dicom-cid-244-Laterality.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "dicom-cid-244-Laterality",
  "url": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.2.840.10008.6.1.37"
    }
  ],
  "version": "20030108",
  "name": "Laterality",
  "status": "active",
  "experimental": false,
  "date": "2024-06-21",
  "publisher": "NEMA MITA DICOM",
  "description": "Transitive closure of CID 244 Laterality",
  "copyright": "© 2024 NEMA",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "51440002",
            "display": "Bilateral"
          },
          {
            "code": "24028007",
            "display": "Right"
          },
          {
            "code": "7771000",
            "display": "Left"
          },
          {
            "code": "66459002",
            "display": "Unilateral"
          }
        ]
      }
    ]
  }
}