FHIR IG analytics| Package | hl7.fhir.uv.vulcan-rwd.r4 |
| Resource Type | Observation |
| Id | Observation-RWDLabResult.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "RWDLabResult"
Profile: ObservationLaboratoryResultsRwd
status: final
code: Platelets [#/volume] in Blood (LOINC#26515-7)
subject: Patient/RWDPatient " PATIENT"
effective: 2022-07-01
performer: Organization/RWDLaboratory "Sample Real World Data Laboratory"
value: 200000 platelets/uL
interpretation: Normal (ObservationInterpretation#N)
{
"resourceType": "Observation",
"id": "RWDLabResult",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ObservationLaboratoryResultsRwd"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "26515-7"
}
]
},
"subject": {
"reference": "Patient/RWDPatient"
},
"effectiveDateTime": "2022-07-01",
"performer": [
{
"reference": "Organization/RWDLaboratory"
}
],
"valueString": "200000 platelets/uL",
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N"
}
]
}
]
}