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

FHIR IG analytics

Packageihe.rad.idr
Resource TypeServiceRequest
IdServiceRequest-example-ServiceRequest-single-view-chest-xray-history.json
FHIR VersionR5

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

ResourceServiceRequest "example-ServiceRequest-single-view-chest-xray-history"

Profile: Imaging ServiceRequest

identifier: Accession ID/A111111

status: completed

intent: order

Codes

-Concept
*RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW (CodeSystem-CPT.html#71045)

subject: Patient/example-Patient " SMITH"


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-ServiceRequest-single-view-chest-xray-history",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-service-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN"
          }
        ]
      },
      "system": "http://www.acme.com/identifiers/accession",
      "value": "A111111"
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "concept": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html",
          "code": "71045",
          "display": "RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/example-Patient"
  }
}