HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

Publication Build: This will be filled in by the publication tooling

: servicerequest1 - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest1",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-servicerequest"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  },
  "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"
    }
  ]
}