FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | Organization |
| Id | Organization-ra-org03pat03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ra-org03pat03
Language: en
active: true
type: Healthcare Provider
name: Community HealthCenter
telecom: ph: (+1) 123-456-7890, patient-service@CommunityHealthCenter.com
address: 100 HealthCenter Lane, Suite 700 Ann Harbor MI 99999 USA
{
"resourceType": "Organization",
"id": "ra-org03pat03",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Organization: Community HealthCenter"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "Community HealthCenter is an Organization example, which is used for example Patient 03 data."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Community HealthCenter",
"telecom": [
{
"system": "phone",
"value": "(+1) 123-456-7890"
},
{
"system": "email",
"value": "patient-service@CommunityHealthCenter.com"
}
],
"address": [
{
"line": [
"100 HealthCenter Lane, Suite 700"
],
"city": "Ann Harbor",
"state": "MI",
"postalCode": "99999",
"country": "USA"
}
]
}