FHIR IG analytics| Package | tsti.adultcheck |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-diag-kidney-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DiagnosticReport",
"id": "diag-kidney-example",
"meta": {
"profile": [
"https://tstifhir.azurehealthcareapis.com/StructureDefinition/DiagnosticReport-adultcheck"
]
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "MRT",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://tsti.hospital.com",
"value": "000120230721"
}
],
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"performer": [
{
"reference": "Organization/org-test-example"
}
],
"resultsInterpreter": [
{
"reference": "Organization/org-test-example"
}
],
"status": "final",
"code": {
"coding": [
{
"code": "06003C",
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
"display": "尿蛋白"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2022-08-01T17:00:14-05:00",
"issued": "2022-08-02T17:00:14-05:00",
"conclusion": "建議進一步檢查"
}