FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-obs-protein-c-coag-panel.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-obs-protein-c-coag-panel
status: Final
category: Laboratory
code: Protein C Ag actual/normal in Platelet poor plasma by Immunoassay
subject: Betsy Smith-Johnson
effective: 2025-05-03 08:30:00+1100
performer: Organization Metro Hospital Emergency Department
value: 88 % (Details: UCUM code% = '%')
interpretation: Normal
| Low | High |
| 70 % | 130 % |
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-obs-protein-c-coag-panel",
"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://loinc.org",
"code": "27820-0",
"display": "Protein C Ag actual/normal in Platelet poor plasma by Immunoassay"
}
]
},
"subject": {
"reference": "Patient/patient-betsysmith-johnson01",
"display": "Betsy Smith-Johnson"
},
"effectiveDateTime": "2025-05-03T08:30:00+11:00",
"performer": [
{
"reference": "Organization/org-ED-Metro-Hospital"
}
],
"valueQuantity": {
"value": 88,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 70,
"unit": "%"
},
"high": {
"value": 130,
"unit": "%"
}
}
]
}