FHIR IG analytics
Resources that use this resource
| CapabilityStatement |
| metadata | Ontario Provincial Client Registry FHIR Capability Statement |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No content
Source1
{
"resourceType": "StructureDefinition",
"id": "719782c9-30a9-4e66-8c45-fe905c729818",
"meta": {
"lastUpdated": "2023-11-08T19:19:33.6638854+00:00"
},
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient",
"version": "2.0.0",
"name": "PCRPatientResponse",
"title": "PCR Patient Response Profile",
"status": "active",
"date": "2023-11-08T19:20:09.8281947+00:00",
"description": "This is the patient profile for patient response from PCR.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Patient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Patient.id",
"path": "Patient.id",
"short": "Logical id of this artifact. Contain the PCR enterprise client id",
"min": 1
},
{
"id": "Patient.meta",
"path": "Patient.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.meta.profile",
"path": "Patient.meta.profile",
"min": 1,
"max": "1",
"type": [
{
"code": "canonical",
"versioning": "specific"
}
],
"fixedCanonical": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-pcr-profile-Patient|2.0.0",
"mustSupport": true
},
{
"id": "Patient.meta.security",
"path": "Patient.meta.security",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Patient.meta.security.system",
"path": "Patient.meta.security.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"mustSupport": true
},
{
"id": "Patient.meta.security.code",
"path": "Patient.meta.security.code",
"short": "N|R",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.meta.security.display",
"path": "Patient.meta.security.display",
"short": "normal or restricted",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.meta.tag",
"path": "Patient.meta.tag",
"definition": "If this tag is populated, represents the EMPI Match response as a subset of this profile."
},
{
"id": "Patient.meta.tag.id",
"path": "Patient.meta.tag.id",
"max": "0"
},
{
"id": "Patient.meta.tag.system",
"path": "Patient.meta.tag.system",
"short": "v3 Code System ObservationValue",
"definition": "This domain is the root domain to which all HL7-recognized value sets for the Observation.value attribute will be linked when Observation.value has a coded data type.",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"
},
{
"id": "Patient.meta.tag.version",
"path": "Patient.meta.tag.version",
"max": "0"
},
{
"id": "Patient.meta.tag.code",
"path": "Patient.meta.tag.code",
"min": 1,
"fixedCode": "SUBSETTED"
},
{
"id": "Patient.meta.tag.display",
"path": "Patient.meta.tag.display",
"min": 1,
"fixedString": "subsetted"
},
{
"id": "Patient.meta.tag.userSelected",
"path": "Patient.meta.tag.userSelected",
"max": "0"
},
{
"id": "Patient.identifier",
"path": "Patient.identifier",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.type",
"path": "Patient.identifier.type",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/pcr-patient-identifier-type"
}
},
{
"id": "Patient.identifier.type.coding",
"path": "Patient.identifier.type.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Patient.identifier.type.coding.system",
"path": "Patient.identifier.type.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
"mustSupport": true
},
{
"id": "Patient.identifier.type.coding.code",
"path": "Patient.identifier.type.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.type.text",
"path": "Patient.identifier.type.text",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.system",
"path": "Patient.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.value",
"path": "Patient.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name",
"path": "Patient.name",
"short": "A name associated with the patient. If multiple names exists, PCR will return the first 20 instances",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name.family",
"path": "Patient.name.family",
"mustSupport": true
},
{
"id": "Patient.name.given",
"path": "Patient.name.given",
"slicing": {
"discriminator": [
{
"type": "exists",
"path": "extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier')"
}
],
"description": "by extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier')",
"rules": "open"
},
"mustSupport": true
},
{
"id": "Patient.name.given:given-first",
"path": "Patient.name.given",
"sliceName": "given-first",
"max": "1",
"mustSupport": true
},
{
"id": "Patient.name.given:given-first.extension",
"path": "Patient.name.given.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Patient.name.given:given-first.extension:EN-qualifier",
"path": "Patient.name.given.extension",
"sliceName": "EN-qualifier",
"min": 0,
"max": "0",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
]
}
]
},
{
"id": "Patient.name.given:given-middle",
"path": "Patient.name.given",
"sliceName": "given-middle",
"max": "1",
"mustSupport": true
},
{
"id": "Patient.name.given:given-middle.extension",
"path": "Patient.name.given.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Patient.name.given:given-middle.extension:EN-qualifier",
"path": "Patient.name.given.extension",
"sliceName": "EN-qualifier",
"short": "EN-qualifier",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
]
}
],
"mustSupport": true
},
{
"id": "Patient.name.given:given-middle.extension:EN-qualifier.value[x]",
"path": "Patient.name.given.extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "Patient.name.given:given-middle.extension:EN-qualifier.value[x]:valueCode",
"path": "Patient.name.given.extension.value[x]",
"sliceName": "valueCode",
"fixedCode": "MID"
},
{
"id": "Patient.name.prefix",
"path": "Patient.name.prefix",
"max": "1",
"mustSupport": true
},
{
"id": "Patient.name.suffix",
"path": "Patient.name.suffix",
"slicing": {
"discriminator": [
{
"type": "exists",
"path": "extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier')"
}
],
"rules": "open"
},
"mustSupport": true
},
{
"id": "Patient.name.suffix:suffix-regular",
"path": "Patient.name.suffix",
"sliceName": "suffix-regular",
"max": "1",
"mustSupport": true
},
{
"id": "Patient.name.suffix:suffix-regular.extension",
"path": "Patient.name.suffix.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Patient.name.suffix:suffix-regular.extension:EN-qualifier",
"path": "Patient.name.suffix.extension",
"sliceName": "EN-qualifier",
"min": 0,
"max": "0",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
]
}
]
},
{
"id": "Patient.name.suffix:suffix-academic",
"path": "Patient.name.suffix",
"sliceName": "suffix-academic",
"max": "1"
},
{
"id": "Patient.name.suffix:suffix-academic.extension",
"path": "Patient.name.suffix.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Patient.name.suffix:suffix-academic.extension:EN-qualifier",
"path": "Patient.name.suffix.extension",
"sliceName": "EN-qualifier",
"short": "EN-qualifier",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
]
}
],
"mustSupport": true
},
{
"id": "Patient.name.suffix:suffix-academic.extension:EN-qualifier.value[x]",
"path": "Patient.name.suffix.extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "Patient.name.suffix:suffix-academic.extension:EN-qualifier.value[x]:valueCode",
"path": "Patient.name.suffix.extension.value[x]",
"sliceName": "valueCode",
"fixedCode": "AC"
},
{
"id": "Patient.telecom",
"path": "Patient.telecom",
"short": "A contact detail for the individual. If multiple telecom exists, PCR will return the first 10 instances.",
"mustSupport": true
},
{
"id": "Patient.telecom.system",
"path": "Patient.telecom.system",
"short": "phone | fax | email | pager | other",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.telecom.value",
"path": "Patient.telecom.value",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.telecom.use",
"path": "Patient.telecom.use",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.gender",
"path": "Patient.gender",
"short": "male | female | unknown",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.birthDate",
"path": "Patient.birthDate",
"mustSupport": true
},
{
"id": "Patient.deceased[x]",
"path": "Patient.deceased[x]",
"mustSupport": true
},
{
"id": "Patient.address",
"path": "Patient.address",
"short": "Addresses for the individual. If multiple addresses exist, PCR will return the first 10 instances.",
"mustSupport": true
},
{
"id": "Patient.address.use",
"path": "Patient.address.use",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.address.type",
"path": "Patient.address.type",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.address.line",
"path": "Patient.address.line",
"max": "4",
"mustSupport": true
},
{
"id": "Patient.address.city",
"path": "Patient.address.city",
"mustSupport": true
},
{
"id": "Patient.address.state",
"path": "Patient.address.state",
"mustSupport": true,
"binding": {
"strength": "extensible",
"description": "Province-StateCode",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/province-state-code"
}
},
{
"id": "Patient.address.postalCode",
"path": "Patient.address.postalCode",
"mustSupport": true
},
{
"id": "Patient.address.country",
"path": "Patient.address.country",
"mustSupport": true,
"binding": {
"strength": "extensible",
"description": "3-character ISO country codes for use in addresses by eHealth Ontario",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/country-code"
}
},
{
"id": "Patient.multipleBirth[x]",
"path": "Patient.multipleBirth[x]",
"mustSupport": true
},
{
"id": "Patient.contact",
"path": "Patient.contact",
"mustSupport": true
},
{
"id": "Patient.contact.relationship",
"path": "Patient.contact.relationship",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Patient.contact.relationship.coding",
"path": "Patient.contact.relationship.coding",
"min": 1,
"max": "1",
"fixedCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C",
"display": "Emergency Contact"
},
"mustSupport": true
},
{
"id": "Patient.contact.relationship.coding.system",
"path": "Patient.contact.relationship.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0131",
"mustSupport": true
},
{
"id": "Patient.contact.relationship.coding.code",
"path": "Patient.contact.relationship.coding.code",
"min": 1,
"fixedCode": "C",
"mustSupport": true
},
{
"id": "Patient.contact.relationship.coding.display",
"path": "Patient.contact.relationship.coding.display",
"min": 1,
"fixedString": "Emergency Contact",
"mustSupport": true
},
{
"id": "Patient.contact.telecom",
"path": "Patient.contact.telecom",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Patient.contact.telecom.system",
"path": "Patient.contact.telecom.system",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.contact.telecom.value",
"path": "Patient.contact.telecom.value",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.communication",
"path": "Patient.communication",
"mustSupport": true
},
{
"id": "Patient.communication.language",
"path": "Patient.communication.language",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
}
},
{
"id": "Patient.communication.language.coding",
"path": "Patient.communication.language.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Patient.communication.language.coding.system",
"path": "Patient.communication.language.coding.system",
"min": 1,
"fixedUri": "urn:ietf:bcp:47",
"mustSupport": true
},
{
"id": "Patient.communication.language.coding.code",
"path": "Patient.communication.language.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.communication.language.coding.display",
"path": "Patient.communication.language.coding.display",
"mustSupport": true
},
{
"id": "Patient.communication.preferred",
"path": "Patient.communication.preferred",
"mustSupport": true
}
]
}
}