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..*]
+
*identifier, HumanId[0..*]
active, boolean [1..1]
+
*active, boolean [1..1]
subject, Resource(Person|Animal)
+
*subject, Resource(Person|Animal)
provider, Resource(Organization)
+
*provider, Resource(Organization)
  
 
===proposed extensions===
 
===proposed extensions===
diet, CodeableConcept[0..1]
+
*diet, CodeableConcept[0..1]
confidentiality, CodeableConcept[0..1]
+
*confidentiality, CodeableConcept[0..1]
recordLocation, CodeableConcept[0..1]
+
*recordLocation, CodeableConcept[0..1]
addresses, Address[0.*]
+
*addresses, Address[0.*]
contacts, Address[0..*]  
+
*contacts, Address[0..*]  
  
 
===possible extensions===
 
===possible extensions===
veryImportantPersonCode
+
*veryImportantPersonCode
  
  

Revision as of 15:05, 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