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-ca-core.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-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/servicerequest-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/ServiceRequest",
      "value": "SR123456"
    }
  ],
  "status": "active",
  "intent": "order",
  "subject": {
    "reference": "Patient/example-patient-ca-core"
  },
  "requester": {
    "reference": "Practitioner/example-practitioner-ca-core"
  },
  "performer": [
    {
      "reference": "Practitioner/example-practitioner-ca-core-2"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "363679005",
          "system": "http://snomed.info/sct",
          "display": "Imaging (procedure)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "24627-2",
        "system": "http://loinc.org",
        "display": "CT Chest"
      }
    ]
  },
  "authoredOn": "2024-03-27T09:00:00-07:00",
  "encounter": {
    "reference": "Encounter/example-encounter-ca-core"
  },
  "locationReference": [
    {
      "reference": "Location/example-location-ca-core"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "162573006",
          "system": "http://snomed.info/sct",
          "display": "Suspected lung cancer (situation)"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Observation/example-observation-tobaccouse-ca-core"
    }
  ],
  "note": [
    {
      "text": "Patient is a smoker for 17 years",
      "authorReference": {
        "reference": "Practitioner/example-practitioner-ca-core"
      }
    }
  ]
}