NHDR Implementation Guide Release 1.0
0.1.0 - ci-build

NHDR Implementation Guide Release 1.0, published by NHDR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/PROJ-PHILHEALTH-EA-NHDR/PhilHealth-NHDR-IG-Review/ and changes regularly. See the Directory of published versions

Resource Profile: PH Patient

Official URL: https://nhdr.gov.ph/fhir/StructureDefinition/PH-Patient Version: 0.1.0
Standards status: Draft Computable Name: PH_Patient

Copyright/Legal: Used by permission of HL7 International, all rights reserved Creative Commons License

Captures key demographic and administrative information about individuals receiving care or other health-related services.

This is a sample use of -intro.md

Usages:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* Patient Information about an individual receiving health care services
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:nationality 0..* (Complex) Nationality
URL: http://hl7.org/fhir/StructureDefinition/patient-nationality
.... extension:religion 0..* code Religion
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Religion
Binding: ReligiousAffiliation (required): Religion ValueSet
.... extension:indigenousGroup 0..* CodeableConcept Indigenous Group
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup
Binding: Indigenous Groups (required)
.... extension:indigenousPeople 0..* boolean Philippine Indigenous Status
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousPeople
.... extension:spouseName 0..* HumanName Spouse's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/SpouseName
.... extension:fatherName 0..* HumanName Father's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/FatherName
.... extension:motherName 0..* HumanName Mother's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MotherName
.... extension:occupation 0..* CodeableConcept Occupation / In Years
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Occupation
Binding: Occupation Classification (extensible)
.... extension:sex 0..1 code Sex at birth
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Sex
Binding: Sex (required): Sex ValueSet
.... extension:race 0..1 CodeableConcept Race
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Race
Binding: Race (required): Race ValueSet
.... extension:memberType 0..1 CodeableConcept Membership Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MemberType
Binding: Member Type (required)
.... extension:patientType 0..1 CodeableConcept Patient Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/PatientType
Binding: Patient Type (required)
.... extension:educationalAttainment 0..1 CodeableConcept Educational Attainment
URL: https://nhdr.gov.ph/fhir/StructureDefinition/EducationalAttainment
Binding: Educational Attainment (required)
.... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
... Slices for identifier Σ 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:system
.... identifier:PhilHealthID Σ 0..* Identifier An identifier for this patient
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/philhealth-id
.... identifier:PDD Σ 0..* Identifier An identifier for this patient
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/pdd-id
... active ?!Σ 0..1 boolean Whether this patient's record is in active use
... deceased[x] ?!Σ 0..1 Indicates if the individual is deceased or not
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address Σ 0..* PH_Address An address for the individual
... maritalStatus 0..1 CodeableConcept Marital (civil) status of a patient
Binding: Marital Status Codes (required)
... generalPractitioner 0..* Reference(PH Organization) Patient's nominated primary care provider

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Patient.identifier:PhilHealthID.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.identifier:PDD.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender
From the FHIR Standard
Patient.maritalStatusrequiredMarital Status Codes
http://hl7.org/fhir/ValueSet/marital-status
From the FHIR Standard
Patient.communication.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Patient.link.typerequiredLinkType
http://hl7.org/fhir/ValueSet/link-type|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPatientIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPatientIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPatientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePatientA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Patient

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* Patient Information about an individual receiving health care services
... meta
.... Slices for extension Content/Rules for all slices
..... extension:recordedDate 0..* dateTime Date recorded
URL: https://nhdr.gov.ph/fhir/StructureDefinition/RecordedDate
... implicitRules 0..0
... language 0..0
... contained 0..0
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:nationality 0..* (Complex) Nationality
URL: http://hl7.org/fhir/StructureDefinition/patient-nationality
.... extension:religion 0..* code Religion
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Religion
Binding: ReligiousAffiliation (required): Religion ValueSet
.... extension:indigenousGroup 0..* CodeableConcept Indigenous Group
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup
Binding: Indigenous Groups (required)
.... extension:indigenousPeople 0..* boolean Philippine Indigenous Status
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousPeople
.... extension:spouseName 0..* HumanName Spouse's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/SpouseName
.... extension:fatherName 0..* HumanName Father's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/FatherName
.... extension:motherName 0..* HumanName Mother's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MotherName
.... extension:occupation 0..* CodeableConcept Occupation / In Years
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Occupation
Binding: Occupation Classification (extensible)
.... extension:sex 0..1 code Sex at birth
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Sex
Binding: Sex (required): Sex ValueSet
.... extension:race 0..1 CodeableConcept Race
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Race
Binding: Race (required): Race ValueSet
.... extension:memberType 0..1 CodeableConcept Membership Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MemberType
Binding: Member Type (required)
.... extension:patientType 0..1 CodeableConcept Patient Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/PatientType
Binding: Patient Type (required)
.... extension:educationalAttainment 0..1 CodeableConcept Educational Attainment
URL: https://nhdr.gov.ph/fhir/StructureDefinition/EducationalAttainment
Binding: Educational Attainment (required)
.... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
... modifierExtension 0..0
... Slices for identifier 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:system
.... identifier:PhilHealthID 0..* Identifier An identifier for this patient
..... type
...... coding 0..* Coding Code defined by a terminology system
Required Pattern: At least the following
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: NIIP
..... system 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/philhealth-id
.... identifier:PDD 0..* Identifier An identifier for this patient
..... type
...... coding 0..* Coding Code defined by a terminology system
Required Pattern: At least the following
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: PDD
..... system 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/pdd-id
... name
.... id 0..0
.... extension 0..0
.... use 0..0
.... text 0..0
.... prefix 0..0
.... period 0..0
... telecom
.... id 0..0
.... extension 0..0
.... use 0..0
.... rank 0..0
.... period 0..0
... gender 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... address 0..* PH_Address An address for the individual
... maritalStatus 0..1 CodeableConcept Marital (civil) status of a patient
Binding: Marital Status Codes (required)
... multipleBirth[x] 0..0
... contact
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
.... modifierExtension 0..0
.... relationship 0..* CodeableConcept The kind of relationship
Binding: PatientRelationshipType (required)
.... name
..... id 0..0
..... use 0..0
..... text 0..0
..... prefix 0..0
..... period 0..0
.... telecom
..... id 0..0
..... use 0..0
..... rank 0..0
..... period 0..0
.... address 0..1 PH_Address Address for the contact person
.... gender 0..0
.... organization 0..0
.... period 0..0
... communication 0..0
... generalPractitioner 0..* Reference(PH Organization) Patient's nominated primary care provider
... managingOrganization 0..0
... link 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Patient.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender
From the FHIR Standard
Patient.maritalStatusrequiredMarital Status Codes
http://hl7.org/fhir/ValueSet/marital-status
From the FHIR Standard
Patient.contact.relationshiprequiredPatientRelationshipType
http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype
From the FHIR Standard
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* Patient Information about an individual receiving health care services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... extension:recordedDate 0..* dateTime Date recorded
URL: https://nhdr.gov.ph/fhir/StructureDefinition/RecordedDate
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:nationality 0..* (Complex) Nationality
URL: http://hl7.org/fhir/StructureDefinition/patient-nationality
.... extension:religion 0..* code Religion
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Religion
Binding: ReligiousAffiliation (required): Religion ValueSet
.... extension:indigenousGroup 0..* CodeableConcept Indigenous Group
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup
Binding: Indigenous Groups (required)
.... extension:indigenousPeople 0..* boolean Philippine Indigenous Status
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousPeople
.... extension:spouseName 0..* HumanName Spouse's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/SpouseName
.... extension:fatherName 0..* HumanName Father's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/FatherName
.... extension:motherName 0..* HumanName Mother's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MotherName
.... extension:occupation 0..* CodeableConcept Occupation / In Years
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Occupation
Binding: Occupation Classification (extensible)
.... extension:sex 0..1 code Sex at birth
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Sex
Binding: Sex (required): Sex ValueSet
.... extension:race 0..1 CodeableConcept Race
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Race
Binding: Race (required): Race ValueSet
.... extension:memberType 0..1 CodeableConcept Membership Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MemberType
Binding: Member Type (required)
.... extension:patientType 0..1 CodeableConcept Patient Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/PatientType
Binding: Patient Type (required)
.... extension:educationalAttainment 0..1 CodeableConcept Educational Attainment
URL: https://nhdr.gov.ph/fhir/StructureDefinition/EducationalAttainment
Binding: Educational Attainment (required)
.... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
.... identifier:PhilHealthID Σ 0..* Identifier An identifier for this patient
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: NIIP
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/philhealth-id
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:PDD Σ 0..* Identifier An identifier for this patient
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: PDD
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/pdd-id
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active ?!Σ 0..1 boolean Whether this patient's record is in active use
... name Σ 0..* HumanName A name associated with the patient
.... extension 0..0
.... family Σ 0..1 string Family name (often called 'Surname')
.... given Σ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
... telecom Σ 0..* ContactPoint A contact detail for the individual
.... extension 0..0
.... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
.... value Σ 0..1 string The actual contact point details
... gender Σ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... birthDate Σ 0..1 date The date of birth for the individual
... deceased[x] ?!Σ 0..1 Indicates if the individual is deceased or not
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address Σ 0..* PH_Address An address for the individual
... maritalStatus 0..1 CodeableConcept Marital (civil) status of a patient
Binding: Marital Status Codes (required)
... photo 0..* Attachment Image of the patient
... contact C 0..* BackboneElement A contact party (e.g. guardian, partner, friend) for the patient
Constraints: pat-1
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
.... relationship 0..* CodeableConcept The kind of relationship
Binding: PatientRelationshipType (required)
.... name 0..1 HumanName A name associated with the contact person
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... family Σ 0..1 string Family name (often called 'Surname')
..... given Σ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
..... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... telecom 0..* ContactPoint A contact detail for the person
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
..... value Σ 0..1 string The actual contact point details
.... address 0..1 PH_Address Address for the contact person
... generalPractitioner 0..* Reference(PH Organization) Patient's nominated primary care provider

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Patient.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Patient.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
From the FHIR Standard
Patient.identifier:PhilHealthID.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.identifier:PhilHealthID.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Patient.identifier:PDD.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.identifier:PDD.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Patient.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
Patient.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender
From the FHIR Standard
Patient.maritalStatusrequiredMarital Status Codes
http://hl7.org/fhir/ValueSet/marital-status
From the FHIR Standard
Patient.contact.relationshiprequiredPatientRelationshipType
http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype
From the FHIR Standard
Patient.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
Patient.communication.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Patient.link.typerequiredLinkType
http://hl7.org/fhir/ValueSet/link-type|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPatientIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPatientIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPatientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePatientA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
pat-1errorPatient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* Patient Information about an individual receiving health care services
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:nationality 0..* (Complex) Nationality
URL: http://hl7.org/fhir/StructureDefinition/patient-nationality
.... extension:religion 0..* code Religion
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Religion
Binding: ReligiousAffiliation (required): Religion ValueSet
.... extension:indigenousGroup 0..* CodeableConcept Indigenous Group
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup
Binding: Indigenous Groups (required)
.... extension:indigenousPeople 0..* boolean Philippine Indigenous Status
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousPeople
.... extension:spouseName 0..* HumanName Spouse's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/SpouseName
.... extension:fatherName 0..* HumanName Father's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/FatherName
.... extension:motherName 0..* HumanName Mother's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MotherName
.... extension:occupation 0..* CodeableConcept Occupation / In Years
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Occupation
Binding: Occupation Classification (extensible)
.... extension:sex 0..1 code Sex at birth
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Sex
Binding: Sex (required): Sex ValueSet
.... extension:race 0..1 CodeableConcept Race
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Race
Binding: Race (required): Race ValueSet
.... extension:memberType 0..1 CodeableConcept Membership Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MemberType
Binding: Member Type (required)
.... extension:patientType 0..1 CodeableConcept Patient Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/PatientType
Binding: Patient Type (required)
.... extension:educationalAttainment 0..1 CodeableConcept Educational Attainment
URL: https://nhdr.gov.ph/fhir/StructureDefinition/EducationalAttainment
Binding: Educational Attainment (required)
.... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
... Slices for identifier Σ 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:system
.... identifier:PhilHealthID Σ 0..* Identifier An identifier for this patient
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/philhealth-id
.... identifier:PDD Σ 0..* Identifier An identifier for this patient
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/pdd-id
... active ?!Σ 0..1 boolean Whether this patient's record is in active use
... deceased[x] ?!Σ 0..1 Indicates if the individual is deceased or not
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address Σ 0..* PH_Address An address for the individual
... maritalStatus 0..1 CodeableConcept Marital (civil) status of a patient
Binding: Marital Status Codes (required)
... generalPractitioner 0..* Reference(PH Organization) Patient's nominated primary care provider

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Patient.identifier:PhilHealthID.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.identifier:PDD.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender
From the FHIR Standard
Patient.maritalStatusrequiredMarital Status Codes
http://hl7.org/fhir/ValueSet/marital-status
From the FHIR Standard
Patient.communication.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Patient.link.typerequiredLinkType
http://hl7.org/fhir/ValueSet/link-type|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPatientIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPatientIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPatientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePatientA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from Patient

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* Patient Information about an individual receiving health care services
... meta
.... Slices for extension Content/Rules for all slices
..... extension:recordedDate 0..* dateTime Date recorded
URL: https://nhdr.gov.ph/fhir/StructureDefinition/RecordedDate
... implicitRules 0..0
... language 0..0
... contained 0..0
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:nationality 0..* (Complex) Nationality
URL: http://hl7.org/fhir/StructureDefinition/patient-nationality
.... extension:religion 0..* code Religion
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Religion
Binding: ReligiousAffiliation (required): Religion ValueSet
.... extension:indigenousGroup 0..* CodeableConcept Indigenous Group
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup
Binding: Indigenous Groups (required)
.... extension:indigenousPeople 0..* boolean Philippine Indigenous Status
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousPeople
.... extension:spouseName 0..* HumanName Spouse's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/SpouseName
.... extension:fatherName 0..* HumanName Father's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/FatherName
.... extension:motherName 0..* HumanName Mother's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MotherName
.... extension:occupation 0..* CodeableConcept Occupation / In Years
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Occupation
Binding: Occupation Classification (extensible)
.... extension:sex 0..1 code Sex at birth
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Sex
Binding: Sex (required): Sex ValueSet
.... extension:race 0..1 CodeableConcept Race
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Race
Binding: Race (required): Race ValueSet
.... extension:memberType 0..1 CodeableConcept Membership Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MemberType
Binding: Member Type (required)
.... extension:patientType 0..1 CodeableConcept Patient Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/PatientType
Binding: Patient Type (required)
.... extension:educationalAttainment 0..1 CodeableConcept Educational Attainment
URL: https://nhdr.gov.ph/fhir/StructureDefinition/EducationalAttainment
Binding: Educational Attainment (required)
.... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
... modifierExtension 0..0
... Slices for identifier 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:system
.... identifier:PhilHealthID 0..* Identifier An identifier for this patient
..... type
...... coding 0..* Coding Code defined by a terminology system
Required Pattern: At least the following
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: NIIP
..... system 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/philhealth-id
.... identifier:PDD 0..* Identifier An identifier for this patient
..... type
...... coding 0..* Coding Code defined by a terminology system
Required Pattern: At least the following
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: PDD
..... system 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/pdd-id
... name
.... id 0..0
.... extension 0..0
.... use 0..0
.... text 0..0
.... prefix 0..0
.... period 0..0
... telecom
.... id 0..0
.... extension 0..0
.... use 0..0
.... rank 0..0
.... period 0..0
... gender 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... address 0..* PH_Address An address for the individual
... maritalStatus 0..1 CodeableConcept Marital (civil) status of a patient
Binding: Marital Status Codes (required)
... multipleBirth[x] 0..0
... contact
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
.... modifierExtension 0..0
.... relationship 0..* CodeableConcept The kind of relationship
Binding: PatientRelationshipType (required)
.... name
..... id 0..0
..... use 0..0
..... text 0..0
..... prefix 0..0
..... period 0..0
.... telecom
..... id 0..0
..... use 0..0
..... rank 0..0
..... period 0..0
.... address 0..1 PH_Address Address for the contact person
.... gender 0..0
.... organization 0..0
.... period 0..0
... communication 0..0
... generalPractitioner 0..* Reference(PH Organization) Patient's nominated primary care provider
... managingOrganization 0..0
... link 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Patient.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender
From the FHIR Standard
Patient.maritalStatusrequiredMarital Status Codes
http://hl7.org/fhir/ValueSet/marital-status
From the FHIR Standard
Patient.contact.relationshiprequiredPatientRelationshipType
http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype
From the FHIR Standard

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient 0..* Patient Information about an individual receiving health care services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... extension:recordedDate 0..* dateTime Date recorded
URL: https://nhdr.gov.ph/fhir/StructureDefinition/RecordedDate
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:nationality 0..* (Complex) Nationality
URL: http://hl7.org/fhir/StructureDefinition/patient-nationality
.... extension:religion 0..* code Religion
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Religion
Binding: ReligiousAffiliation (required): Religion ValueSet
.... extension:indigenousGroup 0..* CodeableConcept Indigenous Group
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousGroup
Binding: Indigenous Groups (required)
.... extension:indigenousPeople 0..* boolean Philippine Indigenous Status
URL: https://nhdr.gov.ph/fhir/StructureDefinition/IndigenousPeople
.... extension:spouseName 0..* HumanName Spouse's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/SpouseName
.... extension:fatherName 0..* HumanName Father's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/FatherName
.... extension:motherName 0..* HumanName Mother's name
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MotherName
.... extension:occupation 0..* CodeableConcept Occupation / In Years
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Occupation
Binding: Occupation Classification (extensible)
.... extension:sex 0..1 code Sex at birth
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Sex
Binding: Sex (required): Sex ValueSet
.... extension:race 0..1 CodeableConcept Race
URL: https://nhdr.gov.ph/fhir/StructureDefinition/Race
Binding: Race (required): Race ValueSet
.... extension:memberType 0..1 CodeableConcept Membership Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/MemberType
Binding: Member Type (required)
.... extension:patientType 0..1 CodeableConcept Patient Type
URL: https://nhdr.gov.ph/fhir/StructureDefinition/PatientType
Binding: Patient Type (required)
.... extension:educationalAttainment 0..1 CodeableConcept Educational Attainment
URL: https://nhdr.gov.ph/fhir/StructureDefinition/EducationalAttainment
Binding: Educational Attainment (required)
.... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
.... identifier:PhilHealthID Σ 0..* Identifier An identifier for this patient
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: NIIP
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/philhealth-id
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:PDD Σ 0..* Identifier An identifier for this patient
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system

Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: PDD
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system Σ 1..1 uri The namespace for the identifier value
Required Pattern: http://nhdr.gov.ph/fhir/Identifier/pdd-id
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active ?!Σ 0..1 boolean Whether this patient's record is in active use
... name Σ 0..* HumanName A name associated with the patient
.... extension 0..0
.... family Σ 0..1 string Family name (often called 'Surname')
.... given Σ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
... telecom Σ 0..* ContactPoint A contact detail for the individual
.... extension 0..0
.... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
.... value Σ 0..1 string The actual contact point details
... gender Σ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required)
... birthDate Σ 0..1 date The date of birth for the individual
... deceased[x] ?!Σ 0..1 Indicates if the individual is deceased or not
.... deceasedBoolean boolean
.... deceasedDateTime dateTime
... address Σ 0..* PH_Address An address for the individual
... maritalStatus 0..1 CodeableConcept Marital (civil) status of a patient
Binding: Marital Status Codes (required)
... photo 0..* Attachment Image of the patient
... contact C 0..* BackboneElement A contact party (e.g. guardian, partner, friend) for the patient
Constraints: pat-1
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:signature 0..* PH_Signature Signature (Extension)
URL: https://nhdr.gov.ph/fhir/StructureDefinition/ExtSignature
.... relationship 0..* CodeableConcept The kind of relationship
Binding: PatientRelationshipType (required)
.... name 0..1 HumanName A name associated with the contact person
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... family Σ 0..1 string Family name (often called 'Surname')
..... given Σ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
..... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... telecom 0..* ContactPoint A contact detail for the person
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
..... value Σ 0..1 string The actual contact point details
.... address 0..1 PH_Address Address for the contact person
... generalPractitioner 0..* Reference(PH Organization) Patient's nominated primary care provider

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Patient.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
From the FHIR Standard
Patient.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
From the FHIR Standard
Patient.identifier:PhilHealthID.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.identifier:PhilHealthID.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Patient.identifier:PDD.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Patient.identifier:PDD.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard
Patient.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
Patient.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender
From the FHIR Standard
Patient.maritalStatusrequiredMarital Status Codes
http://hl7.org/fhir/ValueSet/marital-status
From the FHIR Standard
Patient.contact.relationshiprequiredPatientRelationshipType
http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype
From the FHIR Standard
Patient.contact.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
Patient.communication.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Patient.link.typerequiredLinkType
http://hl7.org/fhir/ValueSet/link-type|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPatientIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPatientIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPatientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePatientA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
pat-1errorPatient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()

 

Other representations of profile: CSV, Excel, Schematron

Notes:

This is a sample use of -notes.md