FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ReferredForPMTCTServiceRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ReferredForPMTCTServiceRequestExample
status: Completed
intent: Order
code: Patient referral
orderDetail: PMTCT
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
authoredOn: 2023-10-06 13:28:17-0500
requester: Practitioner Tom Junes Smith
{
"resourceType": "ServiceRequest",
"id": "ReferredForPMTCTServiceRequestExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/referred-for-pmtct-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "LP173238-9"
}
],
"text": "Patient referral"
},
"orderDetail": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA6505-7"
}
]
}
],
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"authoredOn": "2023-10-06T13:28:17-05:00",
"requester": {
"reference": "Practitioner/GeneralPractitionerExample"
}
}