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

FHIR IG analytics

Packagehl7.fhir.cz.img
Resource TypeServiceRequest
IdServiceRequest-cz-examplebase-imagingorder.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-examplebase-imagingorder",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/img/StructureDefinition/cz-imagingOrderInformation"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.cz/nis",
      "value": "27520536"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/11000279109",
          "code": "363679005"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000279109",
        "code": "19741000087109"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cz-examplebase-patient"
  },
  "authoredOn": "2025-04-01T09:00:00+01:00",
  "performer": [
    {
      "reference": "Device/cz-examplebase-device"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/11000279109",
          "code": "72696002"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Poznámka k vyšetření"
    }
  ]
}