Unser Patientprofil

Dies ist unser Profil für die Patient-Resource:

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
mySpecI1..*Extension(CodeableConcept)
modifierExtension?! I0..*Extension
id0..1
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
id0..1
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
activeΣ ?!0..1boolean
id0..1
extensionI0..*Extension
useΣ ?!0..1codeBinding
textΣ0..1string
familyS Σ1..1string
givenS Σ1..1string
prefixΣ0..*string
suffixΣ0..*string
periodΣ I0..1Period
telecomΣ I0..*ContactPoint
genderS Σ1..1codeBinding
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
id0..1
planetI1..1Extension(string)
useΣ ?!0..1codeBinding
typeΣ0..1codeBinding
textΣ0..1string
lineS Σ0..*string
cityS Σ0..1string
districtΣ0..1string
stateΣ0..1string
postalCodeS Σ0..1string
countryS Σ0..1string
periodΣ I0..1Period
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photoI0..*Attachment
id0..1
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationship0..*CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
gender0..1codeBinding
organizationI0..1Reference(Organization)
periodI0..1Period
id0..1
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitionerI0..*Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ I0..1Reference(Organization)
id0..1
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
otherΣ I1..1Reference(Patient | RelatedPerson)
typeΣ1..1codeBinding

<Patient xmlns="http://hl7.org/fhir">
    <id value="59450" />
    <meta>
        <profile value="https://tkschulung.de/fhir/StructureDefinition/MeinPatient" />
    </meta>
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <extension url="http://tkschulung.de/fhir/StructureDefinition/MySpeci">
        <valueCodeableConcept>
            <coding>
                <system value="http://fhir.ufp/CodeSystem/species" />
                <code value="VK" />
                <display value="Vulcan" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <system value="http://fhir.de/NamingSystem/gkv/kvid-10" />
        <value value="9973264355" />
    </identifier>
    <identifier>
        <system value="http://fhir.ufp/NamingSystem/ufp-citizen-id" />
        <value value="9973264355" />
    </identifier>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="MR" />
            </coding>
        </type>
        <system value="http://starfleet-hospital.ufp/NamingSystem/patient-identifier" />
        <value value="NCC-1234" />
    </identifier>
    <name>
        <family value="K" />
        <given value="T" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="+49 (0)12345 - 123456" />
        <use value="home" />
    </telecom>
    <gender value="male" />
    <birthDate value="2226-10-24" />
    <address>
        <extension url="http://fhir.ufp/StructureDefinition/planet">
            <valueString value="Mond" />
        </extension>
        <line value="Milchstrasse 42" />
        <city value="Sp&#246;ck" />
        <postalCode value="76297" />
        <country value="Deutschland" />
    </address>
</Patient>

json

{
    "resourceType": "Patient",
    "id": "59450",
    "meta": {
        "profile":  [
            "https://tkschulung.de/fhir/StructureDefinition/MeinPatient"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "extension":  [
        {
            "url": "http://tkschulung.de/fhir/StructureDefinition/MySpeci",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://fhir.ufp/CodeSystem/species",
                        "code": "VK",
                        "display": "Vulcan"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
            "value": "9973264355"
        },
        {
            "system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
            "value": "9973264355"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR"
                    }
                ]
            },
            "system": "http://starfleet-hospital.ufp/NamingSystem/patient-identifier",
            "value": "NCC-1234"
        }
    ],
    "name":  [
        {
            "family": "K",
            "given":  [
                "T"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "+49 (0)12345 - 123456",
            "use": "home"
        }
    ],
    "gender": "male",
    "birthDate": "2226-10-24",
    "address":  [
        {
            "extension":  [
                {
                    "url": "http://fhir.ufp/StructureDefinition/planet",
                    "valueString": "Mond"
                }
            ],
            "line":  [
                "Milchstrasse 42"
            ],
            "city": "Spöck",
            "postalCode": "76297",
            "country": "Deutschland"
        }
    ]
}

table

Patient.id[0]59450
Patient.meta[0].profile[0]https://tkschulung.de/fhir/StructureDefinition/MeinPatient
Patient.text[0].status[0]generated
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><div class="hapiHeaderText">T <b>K </b></div><table class="hapiPropertyTable"><tbody><tr><td>Identifier</td><td>9973264355</td></tr><tr><td>Address</td><td><span>Milchstrasse 42 </span><br /><span>Spöck </span><span>DE </span></td></tr><tr><td>Date of birth</td><td><span>24 October 2226</span></td></tr></tbody></table></div>
Patient.extension[0].url[0]http://tkschulung.de/fhir/StructureDefinition/MySpeci
Patient.extension[0].value[0].coding[0].system[0]http://fhir.ufp/CodeSystem/species
Patient.extension[0].value[0].coding[0].code[0]VK
Patient.extension[0].value[0].coding[0].display[0]Vulcan
Patient.identifier[0].system[0]http://fhir.de/NamingSystem/gkv/kvid-10
Patient.identifier[0].value[0]9973264355
Patient.identifier[1].system[0]http://fhir.ufp/NamingSystem/ufp-citizen-id
Patient.identifier[1].value[0]9973264355
Patient.identifier[2].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Patient.identifier[2].type[0].coding[0].code[0]MR
Patient.identifier[2].system[0]http://starfleet-hospital.ufp/NamingSystem/patient-identifier
Patient.identifier[2].value[0]NCC-1234
Patient.name[0].family[0]K
Patient.name[0].given[0]T
Patient.telecom[0].system[0]phone
Patient.telecom[0].value[0]+49 (0)12345 - 123456
Patient.telecom[0].use[0]home
Patient.gender[0]male
Patient.birthDate[0]2226-10-24
Patient.address[0].extension[0].url[0]http://fhir.ufp/StructureDefinition/planet
Patient.address[0].extension[0].value[0]Mond
Patient.address[0].line[0]Milchstrasse 42
Patient.address[0].city[0]Spöck
Patient.address[0].postalCode[0]76297
Patient.address[0].country[0]Deutschland