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

FHIR IG analytics

Packagehl7.fhir.cz.lab-order
Resource TypeServiceRequest
IdServiceRequest-CZ-Lab-ServiceRequest-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í sodíku v séru

Source1

{
  "resourceType": "ServiceRequest",
  "id": "CZ-Lab-ServiceRequest-Example",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/lab-order/StructureDefinition/cz-serviceRequest"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://example.org/lab-orders",
      "value": "ORD-20250623-1234"
    }
  ],
  "requisition": {
    "system": "https://example.org/composite-id",
    "value": "REQ-20250623-4567"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://nclp.ncez.mzcr.cz/CodeSystem/nclppol",
        "code": "02505",
        "display": "Na"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Zyrgana"
  },
  "authoredOn": "2025-06-23",
  "requester": {
    "reference": "PractitionerRole/99988877-aaaa-4000-bbbb-cceeddccbbaa"
  },
  "insurance": [
    {
      "reference": "Coverage/CZ-Lab-Coverage-Example"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/CZ-Lab-Specimen-Example"
    }
  ]
}