FHIR IG analytics| Package | ch.fhir.ig.ch-orf |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-sr-order-referral-form.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest sr-order-referral-form
Profile: CH ORF ServiceRequest
CH ORF Requested Encounter Details: Encounter: extension = halbprivat (BFS Medizinische Statistik - 21 1.3.V02 - Klasse / Classe / Classe#2); status = planned; class = emergency (ActCode#EMER)
identifier: Placer Identifier/123, Filler Identifier/456
status: Active
intent: Order
priority: Routine
subject: Erika Musterfrau (official) Female, DoB: 1970-03-14 ( Medical record number)
requester: PractitionerRole
insurance: Coverage: identifier = Insurance Card Number; status = active; type = Krankenversicherung (obligat.)
note:
Bemerkung/Kommentar
{
"resourceType": "ServiceRequest",
"id": "sr-order-referral-form",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-requestedencounterdetails",
"valueReference": {
"reference": "Encounter/EncounterMusterfrau"
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC"
}
]
},
"system": "urn:oid:2.999.1",
"value": "123"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FILL"
}
]
},
"system": "http://example.com/identifier",
"value": "456"
}
],
"status": "active",
"intent": "order",
"priority": "routine",
"subject": {
"reference": "Patient/ErikaMusterfrau"
},
"requester": {
"reference": "PractitionerRole/SabineMeierPraxisSeeblick"
},
"insurance": [
{
"reference": "Coverage/CoverageMusterfrau"
}
],
"note": [
{
"text": "Bemerkung/Kommentar"
}
]
}