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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeServiceRequest
IdServiceRequest-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

%Some xhtml content%


Source1

{
  "resourceType": "ServiceRequest",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest|2.0.0"
    ],
    "lastUpdated": "2017-08-22T16:10:38+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ehealthontario.ca/lab/test-request-id-lab-license-4004",
      "value": "1231-R1",
      "assigner": {
        "reference": "Organization/Org1"
      }
    }
  ],
  "requisition": {
    "system": "http://ehealthontario.ca/lab/report-id-lab-license-4004",
    "value": "11111121",
    "assigner": {
      "reference": "Organization/Org1"
    }
  },
  "status": "unknown",
  "_status": {
    "extension": [
      {
        "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-lab-request-status",
        "valueCoding": {
          "system": "http://hl7.org/fhir/diagnostic-report-status",
          "code": "final",
          "display": "Final"
        }
      }
    ]
  },
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://ehealthontario.ca/lab/test-request-codes",
        "code": "TR11663-2",
        "display": "Electrolytes"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-1"
  },
  "encounter": {
    "reference": "Encounter/Encounter-1"
  },
  "occurrenceDateTime": "2017-08-22T12:10:41-04:00",
  "authoredOn": "2017-08-22T12:10:41-04:00",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-1"
  },
  "performer": [
    {
      "reference": "Organization/org-1"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/specimen-1"
    }
  ],
  "note": [
    {
      "text": "some note"
    }
  ]
}