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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeServiceRequest
IdServiceRequest-example-servicerequest-pathology-ca-core-2.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",
  "id": "example-servicerequest-pathology-ca-core-2",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/servicerequest-ca-core"
    ]
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "86273004",
        "system": "http://snomed.info/sct",
        "display": "Biopsy (Procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-ca-core"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-ca-core"
  },
  "authoredOn": "2024-03-27T09:15:00-07:00",
  "requester": {
    "reference": "Practitioner/example-practitioner-ca-core"
  },
  "performer": [
    {
      "reference": "Practitioner/example-practitioner-ca-core-2"
    }
  ],
  "locationReference": [
    {
      "reference": "Location/example-location-ca-core"
    }
  ],
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/ServiceRequest",
      "value": "SR789012"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "363358000",
          "system": "http://snomed.info/sct",
          "display": "Malignant neoplasm of lung (disorder)"
        }
      ],
      "text": "Lung cancer biopsy"
    }
  ],
  "note": [
    {
      "text": "Please prioritize this biopsy for rapid processing",
      "authorReference": {
        "reference": "Practitioner/example-practitioner-ca-core"
      }
    }
  ]
}