FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Encounter |
| Id | Encounter-GeneralEncounterWithServiceTypeExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter GeneralEncounterWithServiceTypeExample
identifier: http://moh.gov.et/fhir/hiv/identifier/encounter/001
status: Finished
class: ActCode: OBSENC (observation encounter)
type: Follow-up encounter
serviceType: ARV Therapy
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
period: 2012-12-09 --> 2012-12-09
serviceProvider: Organization Meshwalkiya Health Center
{
"resourceType": "Encounter",
"id": "GeneralEncounterWithServiceTypeExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/target-facility-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.gov.et/fhir/hiv/identifier/encounter",
"value": "001"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OBSENC"
},
"type": [
{
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-visit-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-visit-type-code-system",
"code": "unscheduled"
}
]
}
}
],
"coding": [
{
"system": "http://snomed.info/sct",
"code": "390906007"
}
],
"text": "Follow-up encounter"
}
],
"serviceType": {
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/encounter-service-type-code-system",
"code": "arv-therapy"
}
]
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"period": {
"start": "2012-12-09",
"end": "2012-12-09"
},
"serviceProvider": {
"reference": "Organization/CurrentServiceProviderExample"
}
}