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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypeServiceRequest
IdPEI_ServiceRequest.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "meta": {
    "profile": [
      "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-ServiceRequest"
    ],
    "versionId": "1",
    "lastUpdated": "2025-06-24T16:11:07.102+00:00"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC"
          }
        ]
      },
      "system": "https://princeedwardisland.ca/fhir/NamingSystem/accession-system-identifier",
      "value": "5367888"
    }
  ],
  "status": "unknown",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "text": "DIAGNOSTIC CHEST 1 VIEW -C"
  },
  "subject": {
    "reference": "Patient/115255"
  },
  "encounter": {
    "reference": "Encounter/115256"
  },
  "authoredOn": "2025-06-17T12:36:47-04:00",
  "requester": {
    "reference": "Practitioner/114706"
  }
}