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

FHIR IG analytics

Packageca.on.mi.r4
Resource TypeValueSet
IdValueSet-mi-imaging-unique-identifier.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mi.r4@1.0.0-snapshot2&canonical=http://ontariohealth.ca/fhir/ValueSet/mi-imaging-study-identifier-type
URLhttp://ontariohealth.ca/fhir/ValueSet/mi-imaging-study-identifier-type
Version0.9.0
Statusactive
Date2024-04-19T02:20:56.4940505+00:00
NameImagingStudyIdentifierType
TitleMedical Imaging Study Identifier Type
Realmca
DescriptionIndicates the medical imaging study identifiers types.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
DCMDICOM Controlled Terminology Definitions
v2-0203identifierType

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "mi-imaging-study-identifier-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/mi-imaging-study-identifier-type",
  "version": "0.9.0",
  "name": "ImagingStudyIdentifierType",
  "title": "Medical Imaging Study Identifier Type",
  "status": "active",
  "date": "2024-04-19T02:20:56.4940505+00:00",
  "publisher": "Ontario Health",
  "description": "Indicates the medical imaging study identifiers types.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "concept": [
          {
            "code": "110180",
            "display": "Study Instance UID"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      }
    ]
  }
}