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

FHIR SubjectOfCare

From HL7Wiki
Jump to navigation Jump to search

Return to PA Resource Development

SubjectOfCare properties

(2012-11-05)

  • SubjectOfCare.identifier [1..*] - The cardinality is 1..* because we cannot imagine usecases where patient data is communicated without a patient identifier.
  • SubjectOfCare.subject Resource(Person|Animal) [1..1] - We think Animal is not 80%. Leaving it out of the resource reference would lead to us have an attribute "patient" and an extension attribute "animal", which are mutually exclusive. That's not very practical so we leave the one subject attribute of type Resource(Person|Animal)
  • SubjectOfCare.providerOrganization [1..1] - You're always a person in the context of an organization, so the cardinality is 1..1. The name of the attribute is somewhat long, but we want to distinguish between a provider "Person" (which is a resource) and providerOrganization. Open for suggestions.
  • SubjectOfCare.status - Are there any other states? We think not, so we will call this SubjectOfCare.active, which is a boolean.
  • confidentiality, CodeableConcept [0..*] - We keep it in 80%.

We declared it an extension on Soc in our telcon of 20120913

  • deceasedDate, dateTime [0..1] - For SoC, this is in the 80%.

Is time of death *really* something common in registry systems? If it's not in the 80%, then the time should be relegated to an extension. (The fact these are combined into one attribute in the RIM should have no bearing on how we represent them in FHIR.) - Lloyd We said this was extension on Person in our telcon of 20120913 -- Ewout

  • multipleBirthInd [0..1] - We think 80%. We will not rename this (drop the "Ind" suffix), to keep in line with v3.

We put this on Person and called it multipleBirth in our telcon of 20120913 -- Ewout

  • mutlipleBirthOrder [0..1] - We think 80%, we decided to put it on SoC in telcon of 201200913 -- Ewout

My recommendation would thus be to go with "multipleBirth", presuming that's actually a common industry term. You could even consider the dual-attribute approach of multipleBirth[Boolean|Integer] allowing you to say "false", "true", or specify the sequence. (A sequence would imply multipleBirth = true). However, this is only an option, not a requirement and may be overly complex. -- Lloyd

= = = = =  STUFF STILL TO DISCUSS IS UNDER THIS LINE, DO NOT YET REVIEW = = = = = 
  • coverage, Resource(Coverage) [0..*] - We think Coverage is a separate Resource.
  • otherInformation, Resource(Any) [0..*]

SubjectOfCare extensions:

  • effectiveTime
  • veryImportantPersonCode


Classes taken from the V3 R_Patient universal CMET, except:

  • PatientOfOtherProvider - information can be searched via Person resource

See FHIR_Person for a discussion of Person.PatientOfOtherProvider -- Ewout

  • BirthPlace (should be an extension of Person)

In telcon on 20120917 we decided this is most likely an extension on SoC

  • Employee (should be its own resource)

We seem to agree (discussion on mail and on Person page) that this is a separate resource, but outside the responsibility of PA. Scenarios like Dutch Youth Care can either handle this using an extension, or as observations/questionnaires in a social anamnesis -- Ewout

  • Student (should be its own resource)


OtherInformation can e.g. be used for communicating the following information related to the SoC:

  • Administrative Observations
  • Diet
  • Allergies
  • Blood group and other clinical observations

SoC.ContactParty

See the discussion on Person.ContactParty at FHIR_Person

Within personalContact all formal and informal relationships for the SoC to other people can be communicated. The personalContact refers to a Resource-id within a Resource type. Within the context of this SoC resource only the actual valid relationships are communicated. Changes in PersonalContacts have to be made via their own Resources. The following Resource types are documented by the PA Work Group:

  • ContactParty
  • CareGiver
  • Agent
  • Guardian
  • Guarantor
  • GroupMember


Person.Citizen

Citizenship information for a person, including citizen identifier and effective time can be sent in the Citizen class. The nation that scopes the Citizen role, as identified by Nation.code, is mandatory.

Proposal: represent Citizen, a Role in v3, as an extension on Person:

Person.Citizenship [0..*]

  • identifier [0..1], HumanIdentifier (Citizen.id)
  • period [0..1], Period (Citizen.effectiveTime)
  • code, Coding [0..1] (Citizen.code) - qualification of legal status within a nation
  • nation, Coding [1..1] (Citizen.politicalNation.code) - The code is required, there's no separate 'name' attribute other than the display value of the Coding

Remarks: identifier has been limited to 0..1.

(20120917) TCON decision is to have this information as an extension and most likely to SubjectOfCare rather than Person. It is not likely that you record this info for Providers and the like


Changes

Changes after email discussions Lloyd/Grahame:

  • All associations to other classes replaced by attributes within SoC itself
  • Naming convention: lower camel case
  • Active replaced by status

Changes from TCON 20121015:

  • Rename PertinentObservation -> OtherInformation
  • Rename PersonalRelationship -> PersonalContact (name to be discussed)
  • Remove recordLocation (not in the 80%)
  • Rename CareGiver in ProviderOrganization to CareProvider (+ resource)
  • Remove OtherId (attributes are already present in HumanId)

Changes from TCON 20121022:

  • Add Animal to the person. person itself is yet to be changed.