NameCard.TypeConstraints and Usage
.  Patient 0..* PatientUvIps dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
Definition:
Demographics and other administrative information about an individual or animal receiving care or other health-related services.

..  extension
     (vital_status)
0..1 VitalStatus ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
Definition:
Coded representation of a patient's vital status

..  identifier 0..* Identifier ele-1: All FHIR elements must have a @value or children
Definition:
An identifier for this patient.

...  value 0..1 string ele-1: All FHIR elements must have a @value or children
Example' General': 123456
Definition:
The portion of the identifier typically relevant to the user and which is unique within the context of the system.


Comments:
If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

..  name 1..* HumanName ele-1: All FHIR elements must have a @value or children
ips-pat-1: Patient.name.given, Patient.name.family or Patient.name.text SHALL be present
Definition:
A name associated with the individual.


Comments:
A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns.

...  text 0..1 string ele-1: All FHIR elements must have a @value or children
Definition:
Text representation of the full name. Due to the cultural variance around the world a consuming system may not know how to present the name correctly; moreover not all the parts of the name go in given or family. Creators are therefore strongly encouraged to provide through this element a presented version of the name. Future versions of this guide may require this element


Comments:
Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

...  family 0..1 string ele-1: All FHIR elements must have a @value or children
Definition:
The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.


Comments:
Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).

...  given 0..* string ele-1: All FHIR elements must have a @value or children
Definition:
Given name.


Comments:
If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first.

..  telecom 0..* ContactPoint ele-1: All FHIR elements must have a @value or children
Definition:
A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.


Comments:
A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone).

..  gender 0..1 code Binding:AdministrativeGender (required): The gender of a person used for administrative purposes.


ele-1: All FHIR elements must have a @value or children
Definition:
Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.


Comments:
The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a "hard" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex.

..  birthDate 1..1 date ele-1: All FHIR elements must have a @value or children
Definition:
The date of birth for the individual.


Comments:
At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension "patient-birthTime" available that should be used where Time is required (such as in maternity/infant care systems).

..  deceased[x] 0..1 boolean, dateTime Slice:Unordered, Closed by type:$this
ele-1: All FHIR elements must have a @value or children
Definition:
Indicates if the individual is deceased or not.


Comments:
If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.

..  deceased[x]
     (deceasedBoolean)
0..1 boolean ele-1: All FHIR elements must have a @value or children
Definition:
Indicates if the individual is deceased or not.


Comments:
If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.

..  deceased[x]
     (deceasedDateTime)
0..1 dateTime ele-1: All FHIR elements must have a @value or children
Definition:
Indicates if the individual is deceased or not.


Comments:
If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.

..  address 0..* Address ele-1: All FHIR elements must have a @value or children
Definition:
An address for the individual.


Comments:
Patient may have multiple addresses with different uses or applicable periods.

..  generalPractitioner 0..* Reference(Organization | Practitioner | PractitionerRole) ele-1: All FHIR elements must have a @value or children
Definition:
Patient's nominated care provider.


Comments:
This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disability setting, or even organization that will provide people to perform the care provider roles. It is not to be used to record Care Teams, these should be in a CareTeam resource that may be linked to the CarePlan or EpisodeOfCare resources. Multiple GPs may be recorded against the patient for various reasons, such as a student that has his home GP listed along with the GP at university during the school semesters, or a "fly-in/fly-out" worker that has the onsite GP also included with his home GP to remain aware of medical issues.



Jurisdictions may decide that they can profile this down to 1 if desired, or 1 per type.