FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.seltene |
| Resource Type | Observation |
| Id | Observation-observation-troponin-002.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-troponin-002",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "6598-7",
"display": "Troponin T.cardiac [Mass/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-sma-001"
},
"effectiveDateTime": "2024-07-28",
"valueQuantity": {
"value": 58,
"unit": "ng/L",
"system": "http://unitsofmeasure.org",
"code": "ng/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
]
}