FHIR IG analytics| Package | cms.fhir.mct |
| Resource Type | Location |
| Id | Location-acme-north.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location acme-north
Profile: QICoreLocation
identifier: http://acme.org/location-identifiers/ACME-NORTH (use: usual, )
status: Active
name: ACME North
mode: Instance
managingOrganization: Organization ACME Provider Organization
Generated Narrative: Endpoint #acme-north-endpoint
status: Active
connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)
payloadType: Any
payloadMimeType: application/fhir+json
address: http://acme.org/north/fhir
{
"resourceType": "Location",
"id": "acme-north",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Endpoint",
"id": "acme-north-endpoint",
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "hl7-fhir-rest"
},
"payloadType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code": "any"
}
]
}
],
"payloadMimeType": [
"application/fhir+json"
],
"address": "http://acme.org/north/fhir"
}
],
"identifier": [
{
"use": "usual",
"system": "http://acme.org/location-identifiers",
"value": "ACME-NORTH"
}
],
"status": "active",
"name": "ACME North",
"mode": "instance",
"managingOrganization": {
"reference": "Organization/acme"
},
"endpoint": [
{
"reference": "#acme-north-endpoint"
}
]
}