DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2

Valueset-digital-media-subtype.json

Raw JSON (canonical form)

Definition for Value SetMedia SubType

{
  "resourceType": "ValueSet",
  "id": "valueset-digital-media-subtype",
  "meta": {
    "lastUpdated": "2015-04-03T14:24:32.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.1624"
    }
  ],
  "url": "http://hl7.org/fhir/vs/digital-media-subtype",
  "version": "0.5.0",
  "name": "Media SubType",
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Detailed information about the type of the image - its kind, purpose, or the kind of equipment used to generate it",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "status": "draft",
  "experimental": true,
  "define": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:null"
      }
    ],
    "system": "http://hl7.org/fhir/media-subtype",
    "caseSensitive": true,
    "concept": [
      {
        "code": "diagram",
        "display": "Diagram",
        "definition": "A diagram. Often used in diagnostic reports"
      },
      {
        "code": "fax",
        "display": "Fax",
        "definition": "A digital record of a fax document"
      },
      {
        "code": "scan",
        "display": "Scanned Document",
        "definition": "A digital scan of a document. This is reserved for when there is not enough metadata to create a document reference"
      },
      {
        "code": "retina",
        "display": "Retina scan",
        "definition": "A retinal image used for identification purposes"
      },
      {
        "code": "fingerprint",
        "display": "fingerprint",
        "definition": "A finger print scan used for identification purposes"
      },
      {
        "code": "iris",
        "display": "iris",
        "definition": "An iris scan used for identification purposes"
      },
      {
        "code": "palm",
        "display": "palm",
        "definition": "A palm scan used for identification purposes"
      },
      {
        "code": "face",
        "display": "face",
        "definition": "A face scan used for identification purposes"
      }
    ]
  },
  "compose": {
    "import": [
      "http://hl7.org/fhir/vs/imaging-modality"
    ],
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "363679005"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.