FHIR IG analytics| Package | hl7.fhir.cz.lab-order |
| Resource Type | Location |
| Id | Location-LocationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location LocationExample
Profile: Location (CZ core)
status: Active
name: Odběrová místnost – Lab s.r.o.
type: Odběrové centrum
address: Lab s.r.o., U Laboratoře 42, 123 45 Analytikov
{
"resourceType": "Location",
"id": "LocationExample",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-location-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Odběrová místnost – Lab s.r.o.",
"type": [
{
"text": "Odběrové centrum"
}
],
"address": {
"text": "Lab s.r.o., U Laboratoře 42, 123 45 Analytikov"
}
}