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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeBundle
IdHealthcareService-bundle-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "b9b77a3f-0fb6-4cd6-8103-95dae2b997c3",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "urn:uuid:3e59c7b0-057f-4f2f-8b17-1ca0980d29a8",
      "resource": {
        "resourceType": "HealthcareService",
        "id": "3e59c7b0-057f-4f2f-8b17-1ca0980d29a8",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService"
          ]
        },
        "identifier": [
          {
            "system": "http://example.org/healthcare-service",
            "value": "HCS-002"
          }
        ],
        "active": true,
        "providedBy": {
          "reference": "urn:uuid:91a9148d-6f4c-4722-949c-3db5e5ebf1fc"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/service-category",
                "code": "34",
                "display": "Allied Health"
              }
            ],
            "text": "Allied Health"
          }
        ],
        "type": [
          {
            "coding": [
              {
                "system": "http://example.org/service-type",
                "code": "primary-care",
                "display": "Primary Care"
              }
            ],
            "text": "Primary Care"
          }
        ],
        "location": [
          {
            "reference": "urn:uuid:f0b894a7-2f24-409d-aaad-55cf68dc1a3a"
          }
        ],
        "name": "Example Primary Care Service",
        "comment": "A primary care service provided at Example Location.",
        "telecom": [
          {
            "system": "phone",
            "value": "+1-555-555-5555",
            "use": "work"
          }
        ],
        "coverageArea": [
          {
            "reference": "urn:uuid:f0b894a7-2f24-409d-aaad-55cf68dc1a3a"
          }
        ],
        "serviceProvisionCode": [
          {
            "coding": [
              {
                "system": "http://example.org/service-provision",
                "code": "available",
                "display": "Available"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:91a9148d-6f4c-4722-949c-3db5e5ebf1fc",
      "resource": {
        "resourceType": "Organization",
        "id": "c91a9148d-6f4c-4722-949c-3db5e5ebf1fc",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization"
          ]
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://example.org/organization-type",
                "code": "health-system",
                "display": "Health System"
              }
            ],
            "text": "Health System"
          }
        ],
        "name": "Example Health Organization",
        "identifier": [
          {
            "system": "http://example.org/organization-id",
            "value": "ORG-001"
          }
        ]
      }
    },
    {
      "fullUrl": "urn:uuid:f0b894a7-2f24-409d-aaad-55cf68dc1a3a",
      "resource": {
        "resourceType": "Location",
        "id": "f0b894a7-2f24-409d-aaad-55cf68dc1a3a",
        "meta": {
          "profile": [
            "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location"
          ]
        },
        "status": "active",
        "name": "Example Location",
        "type": [
          {
            "coding": [
              {
                "system": "http://example.org/location-type",
                "code": "PROFF",
                "display": "Provider's Office"
              }
            ],
            "text": "Provider's Office"
          }
        ],
        "address": {
          "line": [
            "123 Main St"
          ],
          "city": "Edmonton",
          "state": "AB",
          "postalCode": "T5A 0A4",
          "country": "CAN"
        },
        "physicalType": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
              "code": "bu",
              "display": "Building"
            }
          ],
          "text": "Building"
        }
      }
    }
  ]
}