Release 4 5 Ballot

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-ballot: R5 Ballot - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). 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: R4B R4 R3 R2

Media-example-dicom.json

Example GenomicStudy/genomicEncounter (JSON)

Orders and Observations Clinical Genomics Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Encounter , Patient , Practitioner

Raw JSON ( canonical form + also see JSON Format Specification )

Example Ultrasound Image Encounter - genomic

{
  "resourceType": "Media",
  "id": "1.2.840.11361907579238403408700.3.1.04.19970327150033",

  "resourceType": "Encounter",
  "id": "genomicEncounter",

  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      Ultrasound Image on patient &quot;James Chalmers&quot;:<br/>\n      <img src=\"http://imaging.acme.com/wado/server?requestType=WADO&amp;contentType=application%2Fdicom&amp;studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&amp;seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&amp;objectUid=1.2.840.11361907579238403408700.3.1.04.19970327150033\" alt=\"WADO reference to image\"/>\n\n    </div>"

    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource &quot;genomicEncounter&quot; </p></div><p><b>status</b>: in-progress</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>subject</b>: <a href=\"Patient-genomicPatient.html\">Patient/genomicPatient</a> &quot; DOE&quot;</p></div>"

  },
  "extension": [
    {
      "url": "http://nema.org/fhir/extensions#0002-0010",
      "valueUri": "urn:oid:1.2.840.10008.1.2.1"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "text": "InstanceUID"
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.11361907579238403408700.3.1.04.19970327150033"
    },
    {
      "type": {
        "text": "accessionNo"
      },
      "system": "http://acme-imaging.com/accession/2012",
      "value": "1234567"
    },
    {
      "type": {
        "text": "studyId"
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3"
    },

  "status": "in-progress",
  "class": [

    {
      "type": {
        "text": "seriesId"
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0"

      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IMP",
          "display": "inpatient encounter"
        }
      ]

    }
  ],
  "status": "completed",
  "modality": {
    "coding": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "US"
      }
    ]
  },
  "view": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "399067008",
        "display": "Lateral projection"
      }
    ]
  },

  "subject": {
    "reference": "Patient/example"
  },
  "device": {
    "display": "G.E. Medical Systems"
  },
  "height": 480,
  "width": 640,
  "content": {
    "contentType": "application/dicom",
    "url": "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.1.04.19970327150033"

    "reference": "Patient/genomicPatient"

  }
}

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.