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

FHIR IG analytics

Packagehl7.fhir.be.lab
Resource TypeServiceRequest
IdServiceRequest-servicerequest1.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

empty

Source1

{
  "resourceType": "ServiceRequest",
  "id": "servicerequest1",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-servicerequest"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/patient1"
  },
  "authoredOn": "2015-11-01T14:41:00+01:00",
  "requester": {
    "reference": "Practitioner/practitioner1"
  },
  "specimen": [
    {
      "reference": "Specimen/specimen1"
    }
  ]
}