FHIR IG analytics| Package | smart.who.int.hiv |
| Resource Type | Observation |
| Id | Observation-ExampleHcvTestObservation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleHcvTestObservation
Profile: HCV Test
status: Final
category: Laboratory
code: HCV test result
subject: Anonymous Patient Male, DoB: 1980-01-01
effective: 2023-11-01 10:00:00+0000
issued: 2023-11-02 15:00:00+0000
value: Positive
{
"resourceType": "Observation",
"id": "ExampleHcvTestObservation",
"meta": {
"profile": [
"http://smart.who.int/hiv/StructureDefinition/HivHcvTest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.D.DE170",
"display": "HCV test result"
}
]
},
"subject": {
"reference": "Patient/ExampleHivPatient"
},
"effectiveDateTime": "2023-11-01T10:00:00Z",
"issued": "2023-11-02T15:00:00Z",
"valueCodeableConcept": {
"coding": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.D.DE171",
"display": "Positive"
}
]
}
}