{

"resourceType": "ValueSet",
"id": "digital-media-subtype",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>Media SubType</h2><p>Detailed information about the type of the image - its kind, purpose, or the kind of equipment used to generate it.</p><p><b>Copyright Statement:</b> This value set includes content from SNOMED CT, which is copyright &copy; 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.</p><p>This value set has an inline code system http://hl7.org/fhir/media-subtype, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>diagram<a name=\"diagram\"> </a></td><td>Diagram</td><td>A diagram. Often used in diagnostic reports</td></tr><tr><td>fax<a name=\"fax\"> </a></td><td>Fax</td><td>A digital record of a fax document</td></tr><tr><td>scan<a name=\"scan\"> </a></td><td>Scanned Document</td><td>A digital scan of a document. This is reserved for when there is not enough metadata to create a document reference</td></tr><tr><td>retina<a name=\"retina\"> </a></td><td>Retina scan</td><td>A retinal image used for identification purposes</td></tr><tr><td>fingerprint<a name=\"fingerprint\"> </a></td><td>Fingerprint</td><td>A finger print scan used for identification purposes</td></tr><tr><td>iris<a name=\"iris\"> </a></td><td>Iris</td><td>An iris scan used for identification purposes</td></tr><tr><td>palm<a name=\"palm\"> </a></td><td>Palm</td><td>A palm scan used for identification purposes</td></tr><tr><td>face<a name=\"face\"> </a></td><td>Face</td><td>A face scan used for identification purposes</td></tr></table><p>In addition, this value set includes codes from other code systems:</p><ul><li>Import all the codes that are contained in <a href=\"valueset-dicom-cid29.html\">http://hl7.org/fhir/ValueSet/dicom-cid29</a></li><li>Include codes from http://snomed.info/sct where concept  is-a  363679005</li></ul></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.184"
  }
],
"url": "http://hl7.org/fhir/ValueSet/digital-media-subtype",
"version": "1.0.2",
"name": "Media SubType",
"status": "draft",
"experimental": true,
"publisher": "FHIR Project team",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"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.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.184"
    }
  ],
  "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"
    },
    {
      "fhir_comments": [
        "   biometrics - may overlap with things in snomed, but the purpose in snomed is different    "
      ],
      "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/ValueSet/dicom-cid29"
  ],
  "include": [
    {
      "system": "http://snomed.info/sct",
      "filter": [
        {
          "property": "concept",
          "_property": {
            "fhir_comments": [
              "   todo: work this over. what this means is any concepts where they have is-a with 363679005 how should this be done?   "
            ]
          },
          "op": "is-a",
          "value": "363679005"
        }
      ]
    }
  ]
}

}