This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "FHIR SubjectOfCare"

From HL7Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Patient properties ==
 
== Patient properties ==
 +
identifier, HumanId[0..*]
 +
active, boolean [1..1]
 +
subject, Resource(Person|Animal)
 +
provider, Resource(Organization)
  
 
===proposed extensions===
 
===proposed extensions===
 +
diet, CodeableConcept[0..1]
 +
confidentiality, CodeableConcept[0..1]
 +
recordLocation, CodeableConcept[0..1]
 +
addresses, Address[0.*]
 +
contacts, Address[0..*]
  
 
===possible extensions===
 
===possible extensions===
 +
veryImportantPersonCode
 +
  
 
===remarks===
 
===remarks===
*Person.multipleBirthInd - propose to replace by DAR on Patient.birthOrder
 
 
 
* Roles used with Person when a patient: CareGiver, R_Guarantor
 
* Roles used with Person when a patient: CareGiver, R_Guarantor
 
* Coverage is connected to Patient role
 
* Coverage is connected to Patient role
* Patient.id, address, telecom, status, effectiveTime, confidentiality, VIP code
+
* AdministrationObservation can be formalized as an extension, so no need to model explicitly

Revision as of 15:04, 7 August 2012

Return to PA Resource Development

Patient properties

identifier, HumanId[0..*] active, boolean [1..1] subject, Resource(Person|Animal) provider, Resource(Organization)

proposed extensions

diet, CodeableConcept[0..1] confidentiality, CodeableConcept[0..1] recordLocation, CodeableConcept[0..1] addresses, Address[0.*] contacts, Address[0..*]

possible extensions

veryImportantPersonCode


remarks

  • Roles used with Person when a patient: CareGiver, R_Guarantor
  • Coverage is connected to Patient role
  • AdministrationObservation can be formalized as an extension, so no need to model explicitly