FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Location |
| Id | Location-example4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example4
Profile: AU Base Location
name: Telehealth
mode: Kind
type: Virtual
physicalType: Virtual
{
"resourceType": "Location",
"id": "example4",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Telehealth",
"mode": "kind",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/location-type",
"code": "VI"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "vi",
"display": "Virtual"
}
]
}
}