FHIR IG analytics| Package | johnmoehrke.testcore.example |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ex-labReport-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport ex-labReport-1
Profile: JFM Lab Report
| Subject | John Schmidt Other, DoB: 1923-07-25 |
| Relevant Time | 1995-08-03 14:49:00+0000 |
| Reported | 1995-08-03 14:49:00+0000 |
| Identifier | https://example.org/LabReportTO.id/MI;7049269 (use: usual, ) |
Report Details
NO OVA OR PARASITES FOUND
{
"resourceType": "DiagnosticReport",
"id": "ex-labReport-1",
"meta": {
"profile": [
"http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.labReport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "https://example.org/LabReportTO.id",
"value": "MI;7049269"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "79381-0"
}
],
"text": "LR MICROBIOLOGY REPORT"
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "1995-08-03T14:49:00Z",
"issued": "1995-08-03T14:49:00Z",
"conclusion": "NO OVA OR PARASITES FOUND"
}