PatientAddress

Official URL: http://fire.ly/fhir/firely-ig-gen/models/StructureDefinition/PatientAddress Version: 0.1.0
Parent:

http://hl7.org/fhir/StructureDefinition/Base

Computable Name:

PatientAddress

Views of Logical Model Content

Street0..1string
HouseNumber0..1string
City0..1string
PostCode0..1string
StateOrProvince0..1string
Country0..1code
TelephoneNumber0..*string
Email0..*string
PatientAddress
ShortPatient Address
Definition

Contact address information for the patient (eHN A.1.2.1).

PatientAddress.Street
ShortStreet name
Definition

Street name. A.1.2.1.1.

Cardinality0..1
Typestring
PatientAddress.HouseNumber
ShortHouse or building number
Definition

House or building number. A.1.2.1.2.

Cardinality0..1
Typestring
PatientAddress.City
ShortCity or municipality
Definition

City or municipality. A.1.2.1.3.

Cardinality0..1
Typestring
PatientAddress.PostCode
ShortPostal code
Definition

Postal code. A.1.2.1.4.

Cardinality0..1
Typestring
PatientAddress.StateOrProvince
ShortState or province
Definition

State or province. A.1.2.1.5.

Cardinality0..1
Typestring
PatientAddress.Country
ShortCountry (ISO code)
Definition

Country (ISO 3166). A.1.2.1.6.

Cardinality0..1
Typecode
PatientAddress.TelephoneNumber
ShortContact telephone number
Definition

Contact telephone number. E.164 format recommended. A.1.2.1.7.

Cardinality0..*
Typestring
PatientAddress.Email
ShortContact email address
Definition

Contact email address. A.1.2.1.8.

Cardinality0..*
Typestring
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="PatientAddress" />
<url value="http://fire.ly/fhir/firely-ig-gen/models/StructureDefinition/PatientAddress" />
<version value="0.1.0" />
<name value="PatientAddress" />
<title value="Patient Address" />
<status value="draft" />
<fhirVersion value="4.0.1" />
<kind value="logical" />
<abstract value="false" />
<type value="http://fire.ly/fhir/firely-ig-gen/models/StructureDefinition/PatientAddress" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Base" />
<derivation value="specialization" />
<element id="PatientAddress">
<path value="PatientAddress" />
<short value="Patient Address" />
<definition value="Contact address information for the patient (eHN A.1.2.1)." />
</element>
<element id="PatientAddress.Street">
<path value="PatientAddress.Street" />
<short value="Street name" />
<definition value="Street name. A.1.2.1.1." />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
</element>
<element id="PatientAddress.HouseNumber">
<path value="PatientAddress.HouseNumber" />
<short value="House or building number" />
<definition value="House or building number. A.1.2.1.2." />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
</element>
<element id="PatientAddress.City">
<path value="PatientAddress.City" />
<short value="City or municipality" />
<definition value="City or municipality. A.1.2.1.3." />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
</element>
<element id="PatientAddress.PostCode">
<path value="PatientAddress.PostCode" />
<short value="Postal code" />
<definition value="Postal code. A.1.2.1.4." />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
</element>
<element id="PatientAddress.StateOrProvince">
<path value="PatientAddress.StateOrProvince" />
<short value="State or province" />
<definition value="State or province. A.1.2.1.5." />
<min value="0" />
<max value="1" />
<code value="string" />
</type>
</element>
<element id="PatientAddress.Country">
<path value="PatientAddress.Country" />
<short value="Country (ISO code)" />
<definition value="Country (ISO 3166). A.1.2.1.6." />
<min value="0" />
<max value="1" />
<code value="code" />
</type>
</element>
<element id="PatientAddress.TelephoneNumber">
<path value="PatientAddress.TelephoneNumber" />
<short value="Contact telephone number" />
<definition value="Contact telephone number. E.164 format recommended. A.1.2.1.7." />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
</element>
<element id="PatientAddress.Email">
<path value="PatientAddress.Email" />
<short value="Contact email address" />
<definition value="Contact email address. A.1.2.1.8." />
<min value="0" />
<max value="*" />
<code value="string" />
</type>
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "PatientAddress",
"url": "http://fire.ly/fhir/firely-ig-gen/models/StructureDefinition/PatientAddress",
"version": "0.1.0",
"name": "PatientAddress",
"title": "Patient Address",
"status": "draft",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://fire.ly/fhir/firely-ig-gen/models/StructureDefinition/PatientAddress",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"element": [
{
"id": "PatientAddress",
"path": "PatientAddress",
"short": "Patient Address",
"definition": "Contact address information for the patient (eHN A.1.2.1)."
},
{
"id": "PatientAddress.Street",
"path": "PatientAddress.Street",
"short": "Street name",
"definition": "Street name. A.1.2.1.1.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PatientAddress.HouseNumber",
"path": "PatientAddress.HouseNumber",
"short": "House or building number",
"definition": "House or building number. A.1.2.1.2.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PatientAddress.City",
"path": "PatientAddress.City",
"short": "City or municipality",
"definition": "City or municipality. A.1.2.1.3.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PatientAddress.PostCode",
"path": "PatientAddress.PostCode",
"short": "Postal code",
"definition": "Postal code. A.1.2.1.4.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PatientAddress.StateOrProvince",
"path": "PatientAddress.StateOrProvince",
"short": "State or province",
"definition": "State or province. A.1.2.1.5.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "PatientAddress.Country",
"path": "PatientAddress.Country",
"short": "Country (ISO code)",
"definition": "Country (ISO 3166). A.1.2.1.6.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "PatientAddress.TelephoneNumber",
"path": "PatientAddress.TelephoneNumber",
"short": "Contact telephone number",
"definition": "Contact telephone number. E.164 format recommended. A.1.2.1.7.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "PatientAddress.Email",
"path": "PatientAddress.Email",
"short": "Contact email address",
"definition": "Contact email address. A.1.2.1.8.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
}
]
}
}