Profiles & Operations > Structure Definition: Patient Profile

Structure Definition: Patient

Canonical URL:http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient

Simplifier project page:

Command 'link' could not render: Object reference not set to an instance of an object.

Derived from: Patient (R4)

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work

Differential View

SearchParameter

Hybrid View

SearchParameter

Snapshot View

SearchParameter

Table View

{{table:patient}

JSON View

{
    "resourceType": "SearchParameter",
    "id": "Account-patient",
    "extension":  [
        {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "trial-use"
        }
    ],
    "url": "http://hl7.org/fhir/SearchParameter/Account-patient",
    "version": "4.0.1",
    "name": "patient",
    "status": "draft",
    "experimental": false,
    "date": "2019-11-01T09:29:23+11:00",
    "publisher": "Health Level Seven International (Patient Administration)",
    "contact":  [
        {
            "telecom":  [
                {
                    "system": "url",
                    "value": "http://hl7.org/fhir"
                }
            ]
        },
        {
            "telecom":  [
                {
                    "system": "url",
                    "value": "http://www.hl7.org/Special/committees/pafm/index.cfm"
                }
            ]
        }
    ],
    "description": "The entity that caused the expenses",
    "code": "patient",
    "base":  [
        "Account"
    ],
    "type": "reference",
    "expression": "Account.subject.where(resolve() is Patient)",
    "xpath": "f:Account/f:subject",
    "xpathUsage": "normal",
    "target":  [
        "Patient"
    ]
}

Usage

The Patient Resource is used to share demographics and other administrative information about the client.

Notes

.id

  • used to uniquely identify the resource

.meta.profile

  • used to declare conformance to this profile
  • populate with a fixed value: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient
.meta.versionId

  • SHALL be populated by the OH FHIR server
  • source systems do not need to populate this element prior to submission
.extension.ethnicity.value[x].valueCoding.code

  • SHOULD contain an ethnicity code from the value set it is bound to.
.extension.clientReligion.value[x].valueCoding.code

  • SHOULD contain a code representing religion/spiritual affiliation from the value set it is bound to.
.identifier

  • SHOULD include an Ontario health card number with a version code in .identifier.JHN.valueJHN slice
  • .identifier.JHN.extension SHALL contain a code representing the health card issuing authority.
.name.family

  • SHALL contain client's surname
.name.given

  • SHALL contain client's first name
.birthDate

  • SHALL contain client's date of birth
.address.use

  • SHOULD contain a code from the AddressUse value set representing the purpose of this address
.address.city

  • SHOULD contain the city the client resides in.
.address.state

  • SHOULD contain a code from the presribed value set representing the province the client resides in.
.address.postalCode

  • SHOULD contain the client's postal code.
.maritalStatus

  • If available SHOULD contain a code from the prescribed value set representing the client's marital status.
.communication

  • .MotherTongue
    • Used to capture the client's mother tongue
    • .extension.Use.value SHALL contain a fixed value code of 224075005.
    • .coding.system SHALL contain a reference to one of the code systems used in the value set.
    • .coding.code SHALL contain a code representing the client's mother tongue from the prescribed value set.
    • .coding.display SHALL contain a string represetnation of the code.
  • .PreferredOfficialLanguage
    • Used to capture the client's preferred official language.
    • .extension.Use.value SHALL contain a fixed value code of OFL.
    • .coding.system SHALL contain a reference to one of the code systems used in the value set.
    • .coding.code SHALL contain a code representing the client's preferred official language from the prescribed value set.
    • .coding.display SHALL contain a string represetnation of the code.
  • .ServiceLanguage
    • Used to capture the client's service language
    • .extension.Use.value SHALL contain a fixed value code of 428996008.
    • .coding.system SHALL contain a reference to one of the code systems used in the value set.
    • .coding.code SHALL contain a code representing the client's preferred language to receive services from the prescribed value set.
    • .coding.display SHALL contain a string represetnation of the code.
.managingOrganization

  • SHALL be used to identify the organization (Health Service Provider) from where the client is receiving care.
  • When present, .managingOrganization.reference SHALL contain a reference to the Organization resource to which this Patient resource applies.
  • the referenced resource SHALL be included in the payload as a Bundle.entry