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

FHIR IG analytics

Packagehl7.fhir.cz.img-order
Resource TypeServiceRequest
IdServiceRequest-cz-imagingorder-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Vyšetření MR pravého kolene

Source1

{
  "resourceType": "ServiceRequest",
  "id": "cz-imagingorder-example",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/img-order/StructureDefinition/cz-imagingOrderInformation"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:f69fed08-cee4-48c2-9475-d2cedb17f88f"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "19741000087109"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Mracena"
  },
  "authoredOn": "2025-04-01T09:00:00+01:00",
  "performer": [
    {
      "reference": "Device/MRDevice"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "72696002"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Poznámka k vyšetření"
    }
  ]
}