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

FHIR IG analytics

Packagech.fhir.ig.ch-rad-order
Resource TypeServiceRequest
IdServiceRequest-ServiceRequestRadiologyOrder.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

Generated Narrative: ServiceRequest ServiceRequestRadiologyOrder

CH ORF Location and Time: Appointment: status = proposed; patientInstruction = Wunschtermin der Patientin; requestedPeriod = 2019-04-01 15:00:00+0000 --> 2019-04-01 15:30:00+0000

identifier: Placer Identifier/12345

status: Active

intent: Order

category: Bildgebende Diagnostik

priority: Routine

code: projection radiography

orderDetail: Thorax

subject: Susanna Ufferer (official) Female, DoB: 1945-03-14

requester: PractitionerRole

performer: PractitionerRole

reasonCode: Diagnostic Question

reasonReference: Condition

insurance: Coverage: identifier = Insurance Card Number; status = active; type = Krankenversicherung (obligat.)

supportingInfo:

bodySite: Chest wall

note:

Bemerkung/Kommentar


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ServiceRequestRadiologyOrder",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-servicerequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-locationandtime",
      "valueReference": {
        "reference": "Appointment/AppointmentRadiography"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC"
          }
        ]
      },
      "system": "urn:oid:1.3.4.5.6.7",
      "value": "12345"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-requested-service",
          "code": "ImagingRequest",
          "display": "Bildgebende Diagnostik"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://radlex.org",
        "code": "RID10345",
        "display": "projection radiography"
      }
    ]
  },
  "orderDetail": [
    {
      "extension": [
        {
          "url": "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-order-detail-type",
          "valueCoding": {
            "system": "http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-order-detail-type",
            "code": "imagingRegion"
          }
        }
      ],
      "coding": [
        {
          "system": "http://radlex.org",
          "code": "RID1243",
          "display": "Thorax"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/PatSUfferer"
  },
  "requester": {
    "reference": "PractitionerRole/RoleORderplacer"
  },
  "performer": [
    {
      "reference": "PractitionerRole/RoleORderfiller"
    }
  ],
  "reasonCode": [
    {
      "text": "Diagnostic Question"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/PrimaryDiagnosis"
    }
  ],
  "insurance": [
    {
      "reference": "Coverage/CoverageKVG"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Observation/BodyHeight"
    },
    {
      "reference": "Observation/BodyWeight"
    },
    {
      "reference": "Condition/SecondaryDiagnosis1"
    },
    {
      "reference": "Condition/SecondaryDiagnosis2"
    },
    {
      "reference": "Condition/CaveatBloodCoagulation"
    },
    {
      "reference": "Condition/CaveatRenalInsufficiency"
    },
    {
      "reference": "Condition/CaveatBodyPiercing"
    },
    {
      "reference": "Condition/CaveatDeviceCardiacPacemaker"
    },
    {
      "reference": "Condition/CaveatDrugPrescriptionMetformin"
    },
    {
      "reference": "DocumentReference/DocumentReferenceNonDicom"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://radlex.org",
          "code": "RID2468",
          "display": "Chest wall"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Bemerkung/Kommentar"
    }
  ]
}