FHIR IG analytics| Package | fhir.argonaut.pd |
| Resource Type | Organization |
| Id | Organization-example-organization-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example-organization-1
meta:
identifier: 1144221847, 2523423456
active: true
type: Healthcare Provider (Details : {http://hl7.org/fhir/STU3/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})
name: Acme Hospital
telecom: ph: (+1) 734-677-7777, hq@acme.org
address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002
{
"resourceType": "Organization",
"id": "example-organization-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org.fhir/sid/us-npi",
"value": "1144221847"
},
{
"system": "http://www.acme.org/organization",
"value": "2523423456"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/STU3/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Acme Hospital",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "email",
"value": "hq@acme.org"
}
],
"address": [
{
"text": "3300 Washtenaw Avenue, Suite 227 Amherst MA 01002",
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}