FHIR IG analytics| Package | hl7.fhir.uv.ips |
| Resource Type | Organization |
| Id | Organization-TII-Organization1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization TII-Organization1
Language: en
Profile: Organization (IPS)
name: Someplace General Hospital
address: 123 Street Address Sometown Somecountry
{
"resourceType": "Organization",
"id": "TII-Organization1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Someplace General Hospital",
"address": [
{
"line": [
"123 Street Address"
],
"city": "Sometown",
"country": "Somecountry"
}
]
}