MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build 150

MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Imaging ServiceRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleServiceRequestImg",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/imaging/StructureDefinition/serviceRequest-img-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleServiceRequestImg</b></p><a name=\"ExampleServiceRequestImg\"> </a><a name=\"hcExampleServiceRequestImg\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-serviceRequest-img-myhealtheu.html\">ServiceRequest: Imaging</a></p></div><p><b>identifier</b>: Accession ID/ACC-IMG-123456</p><p><b>requisition</b>: <code>http://example.org/fhir/requisition</code>/REQ-IMG-98765</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></p><p><b>subject</b>: <a href=\"Patient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.html\">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2024-10-01</p><p><b>requester</b>: <a href=\"PractitionerRole-b975ec26-4ecf-4588-9fa2-afbb0d9fc530.html\">PractitionerRole Medical Doctors</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></p><p><b>reasonReference</b>: <a href=\"Condition-ExampleConditionHeadache.html\">Condition Headache (finding)</a></p><p><b>insurance</b>: <a href=\"Coverage-ExampleCoverageImg.html\">Coverage: status = active; type = extended healthcare; period = 2023-01-01 --&gt; 2025-01-01</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN"
          }
        ]
      },
      "system" : "http://example.org/fhir/accession",
      "value" : "ACC-IMG-123456"
    }
  ],
  "requisition" : {
    "system" : "http://example.org/fhir/requisition",
    "value" : "REQ-IMG-98765"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "363679005",
          "display" : "Imaging"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "UNK",
        "display" : "unknown"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "authoredOn" : "2024-10-01",
  "requester" : {
    🔗 "reference" : "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
          "code" : "UNK",
          "display" : "unknown"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ExampleConditionHeadache"
    }
  ],
  "insurance" : [
    {
      🔗 "reference" : "Coverage/ExampleCoverageImg"
    }
  ]
}