FHIR IG analytics| Package | ch.fhir.ig.ch-etoc |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ServiceRequestEtoc.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ServiceRequestEtoc
Profile: CH eTOC Service Request
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
priority: Routine
code: Abklärung akuter Thoraxschmerzen
subject: Susanna Ufferer (official) Female, DoB: 1970-03-14
requester: PractitionerRole
reasonCode: Verdacht auf Vorderwandinfarkt
reasonReference: Condition
insurance: Coverage: identifier = Insurance Card Number; status = active; type = Krankenversicherung (obligat.)
supportingInfo:
note:
Patient ist sehr ängstlich
{
"resourceType": "ServiceRequest",
"id": "ServiceRequestEtoc",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-servicerequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-locationandtime",
"valueReference": {
"reference": "Appointment/AppointmentHospitalStay"
}
}
],
"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",
"priority": "routine",
"code": {
"text": "Abklärung akuter Thoraxschmerzen"
},
"subject": {
"reference": "Patient/SUfferer"
},
"requester": {
"reference": "PractitionerRole/ORderplacerHappyDoctors"
},
"reasonCode": [
{
"text": "Verdacht auf Vorderwandinfarkt"
}
],
"reasonReference": [
{
"reference": "Condition/PrimaryDiagnosis"
}
],
"insurance": [
{
"reference": "Coverage/CoverageKVG"
}
],
"supportingInfo": [
{
"reference": "Observation/BodyHeight"
},
{
"reference": "Observation/BodyWeight"
},
{
"reference": "Condition/SecondaryDiagnosis1"
},
{
"reference": "Condition/SecondaryDiagnosis2"
},
{
"reference": "DocumentReference/DocumentReferenceAttachment"
}
],
"note": [
{
"text": "Patient ist sehr ängstlich"
}
]
}