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

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeEncounter
Id123.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": "Encounter",
  "meta": {
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter"
    ]
  },
  "id": "123",
  "contained": [
    {
      "resourceType": "Patient",
      "id": "123",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient"
        ]
      },
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MR"
              }
            ]
          },
          "system": "http://ehealthontario.ca/fhir/NamingSystem/id-cambridge-memorial-mrn",
          "value": "1234567"
        },
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "JHN"
              }
            ],
            "text": "Ontario, Canada Personal Health Number"
          },
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
          "value": "1234567"
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Onsmith1",
          "given": [
            "Onjohn1",
            "William"
          ],
          "suffix": [
            "III"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5555",
          "use": "work"
        }
      ],
      "gender": "male",
      "birthDate": "1926-02-24",
      "address": [
        {
          "use": "home",
          "type": "physical",
          "line": [
            "13 Boring St"
          ],
          "city": "Toronto",
          "state": "ON",
          "postalCode": "M1M M2M",
          "country": "CAN"
        }
      ]
    },
    {
      "resourceType": "Practitioner",
      "id": "1234",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-Practitioner"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
          "value": "12345"
        }
      ],
      "name": [
        {
          "family": "Adams",
          "given": [
            "Ben",
            "William"
          ],
          "prefix": [
            "Dr."
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "org201",
      "meta": {
        "profile": [
          "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Organization"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
          "value": "1220043534"
        }
      ],
      "name": "Testing Organization",
      "telecom": [
        {
          "system": "phone",
          "value": "416-111-2222"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN",
            "display": "Visit number"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.3.239.23.42.2",
      "value": "v12345"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
          "code": "L",
          "display": "Scheduled/elective"
        }
      ]
    }
  ],
  "subject": {
    "reference": "#123"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ADM",
              "display": "admitter"
            }
          ]
        }
      ],
      "individual": {
        "reference": "#1234"
      }
    }
  ],
  "period": {
    "start": "2021-01-01",
    "end": "2021-02-01"
  },
  "location": [
    {
      "location": {
        "reference": "Location/location1",
        "display": "building 2, room 3, bed 201",
        "_display": {
          "extension": [
            {
              "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-encounter-bed-type",
              "valueCoding": {
                "system": "http://cihi.ca/fhir/CodeSystem/aac-bed-type",
                "code": "ACUTE - Medical",
                "display": "ACUTE - Medical"
              }
            }
          ]
        }
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "si",
            "display": "Site"
          }
        ]
      }
    }
  ],
  "serviceProvider": {
    "reference": "#org201"
  }
}