Profil Patient

Der Patient wohnt auch auf einem Planeten und in einem Quadranten der Milchstraße.

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
speciesC1..1Extension(CodeableConcept)
modifierExtension?!0..*Extension
id0..1string
extension0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
id0..1string
extension0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
activeΣ ?!0..1boolean
id0..1string
extension0..*Extension
useΣ ?!0..1codeBinding
textΣ0..1string
familyΣ1..1string
givenΣ1..*string
prefixΣ0..*string
suffixΣ0..*string
periodΣ0..1Period
telecomΣ0..*ContactPoint
genderΣ1..1codeBinding
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressΣ1..*MyPlanetAddress
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photo0..*Attachment
id0..1string
extension0..*Extension
modifierExtensionΣ ?!0..*Extension
relationship0..*CodeableConceptBinding
name0..1HumanName
telecom0..*ContactPoint
address0..1Address
gender0..1codeBinding
organizationC0..1Reference(Organization)
period0..1Period
id0..1string
extension0..*Extension
modifierExtensionΣ ?!0..*Extension
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitioner0..*Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ0..1Reference(Organization)
id0..1string
extension0..*Extension
modifierExtensionΣ ?!0..*Extension
otherΣ1..1Reference(Patient | RelatedPerson)
typeΣ1..1codeBinding

Hier ist ein Beispiel in XML:

<Patient xmlns="http://hl7.org/fhir">
<profile value="http://org.test.de/schenk/fhir/StructureDefinition/MyPlanetPatient" />
</meta>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="http://org.test.de/schenk/fhir/StructureDefinition/Species">
<system value="http://fhir.ufp/CodeSystem/species" />
<code value="HS" />
<display value="Human" />
</coding>
</valueCodeableConcept>
</extension>
<system value="http://fhir.de/NamingSystem/gkv/kvid-10" />
<value value="1234565431" />
</identifier>
<system value="http://fhir.ufp/NamingSystem/ufp-citizen-id" />
<value value="1" />
</identifier>
<system value="http://starfleet-hospital.ufp/NamingSystem/patient-identifier" />
<value value="0510-1809" />
</identifier>
<family value="Quatrant" />
<given value="Testonia" />
</name>
<system value="phone" />
<value value="+49 (0)12345 - 123456" />
<use value="home" />
</telecom>
<system value="email" />
<value value="mail@test.de" />
<use value="work" />
</telecom>
<gender value="female" />
<birthDate value="1984-12-23" />
<extension url="http://fhir.ufp/StructureDefinition/planet-ufp">
<valueString value="Merkur" />
</extension>
<extension url="http://org.test.de/schenk/fhir/StructureDefinition/Quadrant">
<valueCode value="gamma" />
</extension>
<use value="home" />
<type value="both" />
<line value="Teststraße 23" />
<city value="Berlin" />
<postalCode value="10623" />
<country value="DE" />
</address>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
<code value="U" />
</coding>
</maritalStatus>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131" />
<code value="N" />
</coding>
</relationship>
<text value="Sarek" />
</name>
<system value="email" />
<value value="info@lmaa.de" />
</telecom>
</contact>
</Patient>

Und ein Bsp. in JSON:

{
"resourceType": "Patient",
"meta": {
"profile": [
"http://org.test.de/schenk/fhir/StructureDefinition/MyPlanetPatient"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://org.test.de/schenk/fhir/StructureDefinition/Species",
"coding": [
{
"system": "http://fhir.ufp/CodeSystem/species",
"code": "HS",
"display": "Human"
}
]
}
}
],
{
"system": "http://fhir.de/NamingSystem/gkv/kvid-10",
"value": "1234565431"
},
{
"system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
"value": "1"
},
{
"system": "http://starfleet-hospital.ufp/NamingSystem/patient-identifier",
"value": "0510-1809"
}
],
"name": [
{
"family": "Quatrant",
"given": [
"Testonia"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+49 (0)12345 - 123456",
"use": "home"
},
{
"system": "email",
"value": "mail@test.de",
"use": "work"
}
],
"gender": "female",
"birthDate": "1984-12-23",
"address": [
{
{
"url": "http://fhir.ufp/StructureDefinition/planet-ufp",
"valueString": "Merkur"
},
{
"url": "http://org.test.de/schenk/fhir/StructureDefinition/Quadrant",
"valueCode": "gamma"
}
],
"use": "home",
"type": "both",
"line": [
"Teststraße 23"
],
"city": "Berlin",
"postalCode": "10623",
"country": "DE"
}
],
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U"
}
]
},
"contact": [
{
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
}
]
}
],
"name": {
"text": "Sarek"
},
"telecom": [
{
"system": "email",
"value": "info@lmaa.de"
}
]
}
]
}