FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecms.fhir.mct
Resource TypeLocation
IdLocation-acme-north.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location acme-north

identifier: http://acme.org/location-identifiers/ACME-NORTH (use: usual, )

status: Active

name: ACME North

mode: Instance

managingOrganization: Organization ACME Provider Organization

endpoint: Endpoint: status = active; connectionType = HL7 FHIR (Endpoint Connection Type#hl7-fhir-rest); payloadType = Any; payloadMimeType = application/fhir+json; address = http://acme.org/north/fhir


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


Source1

{
  "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"
    }
  ]
}