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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.imageavailability
Resource TypeValueSet
IdValueSet-MedMijModality.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.r4.imageavailability@1.0.0-rc.1&canonical=http://medmij.nl/fhir/ValueSet/Modality
URLhttp://medmij.nl/fhir/ValueSet/Modality
Statusactive
NameMedMijModality
TitleMedMijModality ValueSet.
Realmnl
DescriptionDICOM modalities that need to be supported in the MedMij use case of Image Availability.

Resources that use this resource

StructureDefinition
bbs-DocumentReferencebbs DocumentReference
ValueSet
ModalityCombinedModalityCombined ValueSet.

Resources that this resource uses

CodeSystem
DCMDICOM Controlled Terminology Definitions

Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "MedMijModality",
  "id": "MedMijModality",
  "title": "MedMijModality ValueSet.",
  "description": "DICOM modalities that need to be supported in the MedMij use case of Image Availability.",
  "url": "http://medmij.nl/fhir/ValueSet/Modality",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.528.1.1023.11.2.3.11.11"
    }
  ],
  "experimental": false,
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "concept": [
          {
            "code": "CR",
            "display": "Computed Radiography"
          },
          {
            "code": "CT",
            "display": "Computed Tomography"
          },
          {
            "code": "DX",
            "display": "Digital Radiography"
          },
          {
            "code": "ES",
            "display": "Endoscopy"
          },
          {
            "code": "MG",
            "display": "Mammography"
          },
          {
            "code": "MR",
            "display": "Magnetic Resonance"
          },
          {
            "code": "NM",
            "display": "Nuclear Medicine"
          },
          {
            "code": "OT",
            "display": "Other"
          },
          {
            "code": "PT",
            "display": "Positron emission tomography"
          },
          {
            "code": "RF",
            "display": "Radiofluoroscopy"
          },
          {
            "code": "SC",
            "display": "Secondary Capture"
          },
          {
            "code": "US",
            "display": "Ultrasound"
          },
          {
            "code": "XA",
            "display": "X-Ray Angiography"
          }
        ]
      }
    ]
  }
}