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

FHIR IG analytics

Packagehl7.fhir.uv.imaging-service-request-ig
Resource TypeServiceRequest
IdServiceRequest-example-imaging-requested-procedure.json
FHIR VersionR6

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


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-imaging-requested-procedure",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-requested-procedure"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "text": "Requested Procedure ID"
      },
      "system": "http://goodhealth.org/requestedporcedure",
      "value": "RP12345"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/example-imaging-service-request"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example-imaging-patient"
  },
  "encounter": {
    "reference": "Encounter/example-imaging-visit"
  }
}