FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | Organization |
| Id | Organization-Example-Smith-Johnson-OrganizationAssembler1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Example-Smith-Johnson-OrganizationAssembler1
Profile: US Core Organization Profile
identifier: http://example.org/GoodHealthClinic/id/12c5dcee5089494ca1ca0cb428ed3fff
active: true
name: GoodHealth Clinic
telecom: +1(202)776-7700
address: 740 E. Campbell Rd. Suite 825 Richardson TX 75081 US
{
"resourceType": "Organization",
"id": "Example-Smith-Johnson-OrganizationAssembler1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/GoodHealthClinic/id",
"value": "12c5dcee5089494ca1ca0cb428ed3fff"
}
],
"active": true,
"name": "GoodHealth Clinic",
"telecom": [
{
"system": "phone",
"value": "+1(202)776-7700",
"use": "work"
}
],
"address": [
{
"type": "physical",
"line": [
"740 E. Campbell Rd. Suite 825"
],
"city": "Richardson",
"state": "TX",
"postalCode": "75081",
"country": "US"
}
]
}