FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Observation |
| Id | UKCore-Observation-SampleCellContent-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "UKCore-Observation-SampleCellContent-Example",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1022461000000100",
"display": "Nucleated red blood cell count"
}
]
},
"subject": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
},
"focus": [
{
"identifier": {
"system": "https://www.christie.nhs.uk/path",
"value": "Spec123456"
}
}
],
"effectiveDateTime": "2022-07-11T09:00:00Z",
"valueQuantity": {
"value": 6.5,
"system": "http://unitsofmeasure.org",
"code": "10*12/L"
}
}