FHIR IG Statistics: StructureDefinition/Patient
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "Patient",
"url": "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Patient",
"name": "Patient",
"title": "Patient",
"status": "draft",
"description": "Demographics and other administrative information about an individual receiving care or other health-related services.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Patient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Patient.extension",
"path": "Patient.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "Patient.extension:birthsex",
"path": "Patient.extension",
"sliceName": "birthsex",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://healthpei.ca/fhir/StructureDefinition/ext-patientbirthsex"
]
}
],
"mustSupport": true
},
{
"id": "Patient.identifier",
"path": "Patient.identifier",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "type"
}
],
"rules": "open",
"ordered": false
},
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.system",
"path": "Patient.identifier.system",
"min": 1
},
{
"id": "Patient.identifier.value",
"path": "Patient.identifier.value",
"min": 1
},
{
"id": "Patient.identifier:JHN",
"path": "Patient.identifier",
"sliceName": "JHN",
"min": 0,
"max": "*",
"mustSupport": true
},
{
"id": "Patient.identifier:JHN.extension:versionCode",
"path": "Patient.identifier.extension",
"sliceName": "versionCode",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://healthpei.ca/fhir/StructureDefinition/ext-id-health-card-version-code"
]
}
]
},
{
"id": "Patient.identifier:JHN.type",
"path": "Patient.identifier.type",
"min": 1,
"fixedCodeableConcept": {
"coding": [
{
"code": "JHN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://hl7.org/fhir/ValueSet/identifier-type"
}
},
{
"id": "Patient.identifier:JHN.type.coding",
"path": "Patient.identifier.type.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Patient.identifier:JHN.type.coding.system",
"path": "Patient.identifier.type.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
"mustSupport": true
},
{
"id": "Patient.identifier:JHN.type.coding.code",
"path": "Patient.identifier.type.coding.code",
"min": 1,
"fixedCode": "JHN",
"mustSupport": true
},
{
"id": "Patient.identifier:JHN.system",
"path": "Patient.identifier.system",
"mustSupport": true
},
{
"id": "Patient.identifier:JHN.value",
"path": "Patient.identifier.value",
"mustSupport": true
},
{
"id": "Patient.active",
"path": "Patient.active",
"mustSupport": true
},
{
"id": "Patient.name",
"path": "Patient.name",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name.family",
"path": "Patient.name.family",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name.given",
"path": "Patient.name.given",
"mustSupport": true
},
{
"id": "Patient.telecom",
"path": "Patient.telecom",
"mustSupport": true
},
{
"id": "Patient.telecom.system",
"path": "Patient.telecom.system",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.telecom.value",
"path": "Patient.telecom.value",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.telecom.use",
"path": "Patient.telecom.use",
"mustSupport": true
},
{
"id": "Patient.birthDate",
"path": "Patient.birthDate",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.deceased[x]",
"path": "Patient.deceased[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"mustSupport": true
},
{
"id": "Patient.deceased[x]:deceasedDateTime",
"path": "Patient.deceased[x]",
"sliceName": "deceasedDateTime",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mustSupport": true
},
{
"id": "Patient.address",
"path": "Patient.address",
"mustSupport": true
},
{
"id": "Patient.address.use",
"path": "Patient.address.use",
"mustSupport": true
},
{
"id": "Patient.address.type",
"path": "Patient.address.type",
"mustSupport": true
},
{
"id": "Patient.address.line",
"path": "Patient.address.line",
"mustSupport": true
},
{
"id": "Patient.address.city",
"path": "Patient.address.city",
"mustSupport": true
},
{
"id": "Patient.address.state",
"path": "Patient.address.state",
"mustSupport": true
},
{
"id": "Patient.address.postalCode",
"path": "Patient.address.postalCode",
"mustSupport": true
},
{
"id": "Patient.address.country",
"path": "Patient.address.country",
"mustSupport": true
}
]
}
}