Patient

The patient profile that SAP Patient Management supports is the following:

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierS Σ0..*Identifier
activeS Σ ?!0..1boolean
nameS Σ0..*HumanName
telecomS Σ I0..*ContactPoint
genderS Σ0..1codeBinding
birthDateS Σ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1codeBinding
textΣ0..1string
id0..1string
streetNameI0..1Extension(string)
houseNumberI0..1Extension(string)
additionalLocatorI0..1Extension(string)
postBoxI0..1Extension(string)
value0..1System.String
cityΣ0..1string
districtΣ0..1string
stateΣ0..1string
postalCodeΣ0..1string
countryΣ0..1string
periodΣ I0..1Period
maritalStatusS0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photoI0..*Attachment
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationship0..*CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
gender0..1codeBinding
organizationI0..1Reference(Organization)
periodI0..1Period
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
language1..1CodeableConceptBinding
preferredS0..1boolean
generalPractitionerS I0..*Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationS Σ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
otherΣ I1..1Reference(Patient | RelatedPerson)
typeΣ1..1codeBinding

These are the supported search parameters:

Parameter Result
identifier Patient ID of SAP Patient Management is supported.
organization Searches for patients within a specified institution. Make sure you include the system and value of the organization. The result of the example request on the right will let you know that you have to narrow your search. You can do so by adding another search parameter with "AND". Example: GET [base]/Patient?organization:identifier=http://fhir.krankenhaus.example/Institution|0001
family Searches for patients with a specified last name name. Example GET [base]/Patient?organization:identifier=http://fhir.krankenhaus.example/Institution|0001&family=miller
given Searches for patients with a specified first name. Example GET [base]/Patient?organization:identifier=http://fhir.krankenhaus.example/Institution|0001&given=john