Patient


The patient profile with a sample data set for an Austrian patient with social security number.

The uri in identifier.system should be built according to the example: http://meine-Organisation.de/NamingSystem/system-a/patienten-identifier (Replace system a with the value of the Assigining Authority from PID-3.4)

Further infos http://ig.fhir.de/basisprofile-de/stable/Namensrume.html#lokaleNamensrume

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileΣ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..0Coding
implicitRulesΣ ?!0..0uri
language0..0codeBinding
text0..1Narrative
contained0..*Resource
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ0..1uriFixed Value
versionΣ0..0string
codeΣ1..1codeBinding
displayΣ0..1string
userSelectedΣ0..0boolean
textΣ0..1string
id0..1string
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ0..1uri
versionΣ0..1string
codeΣ0..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valuePeriodPeriod
url1..1uriFixed Value
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBindingFixed Value
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uri
versionΣ0..1string
codeΣ1..1code
displayΣ0..1string
userSelectedΣ0..0boolean
textΣ0..1string
systemΣ1..1uri
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..0Reference(Organization)
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriFixed Value
versionΣ0..1string
codeΣ1..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..0boolean
textΣ0..1string
systemS Σ1..1uri
valueS Σ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriFixed Value
versionΣ0..1string
codeΣ1..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..0boolean
textΣ0..1string
systemΣ0..1uri
valueΣ1..1string
periodΣ0..0Period
assignerΣ0..0Reference(Organization)
activeΣ ?!0..1boolean
id0..0string
extensionI0..*Extension
useΣ ?!0..1codeBindingFixed Value
textΣ0..1string
familyΣ0..1stringBinding
givenΣ0..1string
prefixΣ0..1string
suffixΣ0..1string
periodΣ0..0Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBinding
valueΣ1..1string
useΣ ?!1..1codeBinding
rankΣ0..1positiveInt
periodΣ0..0Period
id0..1string
gender-amtlich-deI0..*Extension(Coding)
value0..1System.String
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressΣ0..*UAddress
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photo0..0Attachment
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ0..1uri
versionΣ0..1string
codeΣ1..1codeBinding
displayΣ0..1string
userSelectedΣ0..0boolean
textΣ0..1string
preferred0..1boolean
id0..1string
extensionI0..*Extension
referenceΣ I1..1string
typeΣ1..1uriBinding
displayΣ0..0string
id0..1string
extensionI0..*Extension
referenceΣ I1..1string
typeΣ1..1uriBindingFixed Value
identifierΣ0..0Identifier
displayΣ0..0string
id0..1string
extensionI0..*Extension
referenceΣ I1..1string
typeΣ1..1uriBinding
identifierΣ0..0Identifier
displayΣ0..0string
id0..1string
extensionI0..*Extension
referenceΣ I1..1string
typeΣ1..1uriBindingFixed Value
identifierΣ0..0Identifier
displayΣ0..0string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
otherΣ1..1Reference(Patient | RelatedPerson)
typeΣ1..1codeBinding


Example JSON

Example data record:

{
    "resourceType": "Patient",
    "id": "234efefd-af16-45aa-a369-c8fa25680421",
    "meta": {
        "versionId": "1",
        "lastUpdated": "08/06/2020 13:07:48",
        "profile":  [
            "http://dedalus-group.com/fhir/StructureDefinition/Patient"
        ]
    },
    "extension":  [
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality",
            "extension":  [
                {
                    "url": "code",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/patient-nationality",
                                "code": "Austria"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
                        "code": "1041"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR"
                    }
                ]
            },
            "system": "PIDSystem",
            "value": "4711"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "SS"
                    }
                ]
            },
            "system": "AustriaSocSecNr",
            "value": "123401021993"
        }
    ],
    "name":  [
        {
            "family": "Wittlich",
            "given":  [
                "Werner Walter"
            ],
            "prefix":  [
                "DI Dr"
            ],
            "suffix":  [
                "Graf"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "+43-1-89966-571",
            "use": "work",
            "rank": 1
        },
        {
            "system": "email",
            "value": "walter.test@dedalus-group.com",
            "use": "work",
            "rank": 2
        }
    ],
    "gender": "other",
    "_gender": {
        "extension":  [
            {
                "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
                "valueCoding": {
                    "system": "http://fhir.de/CodeSystem/gender-amtlich-de",
                    "code": "X"
                }
            }
        ]
    },
    "birthDate": "1981-02-27",
    "deceasedDateTime": "01/01/2020 23:00:00",
    "address":  [
        {
            "use": "home",
            "line":  [
                "Nova Strasse",
                "12"
            ],
            "city": "Vienna",
            "state": "Vienna",
            "postalCode": "1010",
            "country": "AUT"
        },
        {
            "use": "work",
            "line":  [
                "Diefenbachgasse 35",
                "CO"
            ],
            "city": "Vienna",
            "state": "Vienna",
            "postalCode": "1150",
            "country": "AUT"
        }
    ],
    "multipleBirthBoolean": false,
    "communication":  [
        {
            "language": {
                "id": "de",
                "text": "de"
            },
            "preferred": true
        }
    ]
}
#### Example JSON

Example XML

Example data record:

<Patient xmlns="http://hl7.org/fhir">
    <id value="234efefd-af16-45aa-a369-c8fa25680421" />
    <meta>
        <versionId value="1" />
        <lastUpdated value="2020-08-06T15:07:48.228+02:00" />
        <profile value="http://dedalus-group.com/fhir/StructureDefinition/Patient" />
    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
        <extension url="code">
            <valueCodeableConcept>
                <coding>
                    <system value="http://terminology.hl7.org/CodeSystem/patient-nationality" />
                    <code value="Austria" />
                </coding>
            </valueCodeableConcept>
        </extension>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" />
                <code value="1041" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="MR" />
            </coding>
        </type>
        <system value="PIDSystem" />
        <value value="4711" />
    </identifier>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="SS" />
            </coding>
        </type>
        <system value="AustriaSocSecNr" />
        <value value="123401021993" />
    </identifier>
    <name>
        <family value="Wittlich" />
        <given value="Werner Walter" />
        <prefix value="DI Dr" />
        <suffix value="Graf" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="+43-1-89966-571" />
        <use value="work" />
        <rank value="1" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="walter.test@dedalus-group.com" />
        <use value="work" />
        <rank value="2" />
    </telecom>
    <gender value="other">
        <extension url="http://fhir.de/StructureDefinition/gender-amtlich-de">
            <valueCoding>
                <system value="http://fhir.de/CodeSystem/gender-amtlich-de" />
                <code value="X" />
            </valueCoding>
        </extension>
    </gender>
    <birthDate value="1981-02-27" />
    <deceasedDateTime value="2020-01-02T00:00:00+01:00" />
    <address>
        <use value="home" />
        <line value="Nova Strasse" />
        <line value="12" />
        <city value="Vienna" />
        <state value="Vienna" />
        <postalCode value="1010" />
        <country value="AUT" />
    </address>
    <address>
        <use value="work" />
        <line value="Diefenbachgasse 35" />
        <line value="CO" />
        <city value="Vienna" />
        <state value="Vienna" />
        <postalCode value="1150" />
        <country value="AUT" />
    </address>
    <multipleBirthBoolean value="false" />
    <communication>
        <language id="de">
            <text value="de" />
        </language>
        <preferred value="true" />
    </communication>
</Patient>

UAddress

id0..0string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..0codeBinding
textΣ0..0string
lineΣ0..*string
cityΣ0..1string
districtΣ0..0string
stateΣ0..1string
postalCodeΣ0..1string
countryΣ0..1string
periodΣ0..0Period

UContactPoint

id0..1string
extensionI0..*Extension
systemΣ I1..1codeBinding
valueΣ1..1string
useΣ ?!1..1codeBinding
rankΣ0..1positiveInt
periodΣ0..0Period