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

FHIR IG analytics

Packagehl7.fhir.us.resp-net
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

Narrative: ServiceRequest


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "061ef612-344f-4e7b-81a8-1059ae7bbe11"
    }
  ],
  "status": "active",
  "intent": "original-order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363679005",
          "display": "Imaging"
        }
      ],
      "text": "Diagnostics Procedure"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24627-2"
      }
    ],
    "text": "Chest CT"
  },
  "subject": {
    "reference": "Patient/patient-respnet-eve-everywoman"
  },
  "occurrenceDateTime": "2013-05-08T09:33:27+07:00",
  "requester": {
    "reference": "Practitioner/practitioner-us-core-henry-seven"
  }
}