FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-TBScreeningServiceRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest TBScreeningServiceRequestExample
Profile: Service Request - TB Screening
status: Completed
intent: Order
category: LABORDERS
code: Gene-Xpert(MTB/RIF assay) with other testing
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
reasonReference: Observation Tuberculosis screening status (finding)
{
"resourceType": "ServiceRequest",
"id": "TBScreeningServiceRequestExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/tb-screening-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LP94892-4"
}
]
}
],
"code": {
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/tb-screening-diagnostic-test-type-code-system",
"code": "Gene-xpert-MTB/RIF-assay-with-other-testing"
}
]
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"reasonReference": [
{
"reference": "Observation/TBPositiveScreeningExample"
}
]
}