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-service-request.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

Generated Narrative: ServiceRequest example-imaging-service-request

identifier: Accession ID/A12345, Placer Identifier/P12345, Filler Identifier/F12345

status: Active

intent: Order

category: Imaging

subject: DANIELLE PLUTONIUM (no stated gender), DoB Unknown ( Medical record number)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-imaging-service-request",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-service-request"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://goodhealth.org/acsn",
      "value": "A12345"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "system": "http://goodhealth.org/plac",
      "value": "P12345"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL",
            "display": "Filler Identifier"
          }
        ]
      },
      "system": "http://goodhealth.org/fill",
      "value": "F12345"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example-imaging-patient"
  }
}