DwFamilyMemberHistory

Purpose

The purpose of this resource to provide significant health conditions for a person related to the patient relevant in the context of care for the patient.

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
instantiatesCanonicalΣ0..*canonical(PlanDefinition | Questionnaire | ActivityDefinition | Measure | OperationDefinition)
instantiatesUriΣ0..*uri
statusS Σ ?!1..1codeBinding
dataAbsentReasonΣ0..1CodeableConcept
patientΣ I1..1Reference(Patient)
dateS Σ0..1dateTime
nameΣ0..1string
id0..1string
dataAbsentReasonI0..1Extension(code)
id0..1string
extensionI0..*Extension
systemΣ0..1uriFixed Value
versionΣ0..1string
codeΣ0..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ1..1string
sexΣ0..1CodeableConceptBinding
bornPeriodPeriod
bornDatedate
bornStringstring
ageAgeAge
ageRangeRange
ageStringstring
estimatedAgeΣ I0..1boolean
deceasedBooleanboolean
deceasedAgeAge
deceasedRangeRange
deceasedDatedate
deceasedStringstring
reasonCodeΣ0..*CodeableConcept
reasonReferenceΣ I0..*Reference(Condition | Observation | AllergyIntolerance | QuestionnaireResponse | DiagnosticReport | DocumentReference)
noteS0..*Annotation
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
id0..1string
extensionI0..*Extension
codingΣ0..*Coding
textΣ0..1string
outcome0..1CodeableConcept
contributedToDeath0..1boolean
onsetAgeAge
onsetRangeRange
onsetPeriodPeriod
onsetStringstring
id0..1string
extensionI0..*Extension
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textΣ1..1markdown

Usage note

Bundle

FamilyHistory

Example

{
   "id": "pss-CDK5-FamilyMemberHistory-5745396",
   "resourceType": "FamilyMemberHistory",
   "meta": {
      "source": "urn:telus:emr:pss:CDK5",
      "lastUpdated": "2023-01-25T13:51:06.000Z",
      "security": [
         {
            "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
            "code": "N",
            "display": "normal"
         }
      ]
   },
   "identifier": [
      {
         "system": "urn:telus:emr:pss:CDK5:FamilyMemberHistory",
         "use": "official",
         "value": "5745396"
      }
   ],
   "status": "completed",
   "patient": {
      "reference": "Patient/pss-CDK5-Patient-133015",
      "type": "Patient"
   },
   "date": "2023-01-04T14:25:35",
   "relationship": {
      "coding": [
         {
            "system": "http://snomed.info/sct",
            "code": "72705000",
            "display": "Mother"
         }
      ],
      "text": "mother"
   },
   "deceasedAge": {
      "value": 74
   },
   "note": [
      {
         "authorReference": {
            "reference": "Practitioner/pss-CDK5-Practitioner-15",
            "display": "Dr. Hanna Hook",
            "type": "Practitioner"
         },
         "time": "2022-12-22T00:00:00",
         "text": "these are extra details that the clinic would like to document about the family history"
      }
   ],
   "condition": [
      {
         "code": {
            "coding": [
               {
                  "system": "http://hl7.org/fhir/sid/icd-9-cm",
                  "code": "433.31",
                  "display": "Multiple and Bilateral Precerebral Occlusion with Cerebral Infarction",
                  "userSelected": true
               },
               {
                  "system": "http://hl7.org/fhir/sid/icd-9-cm",
                  "code": "401",
                  "display": "Essential Hypertension",
                  "userSelected": true
               },
               {
                  "system": "http://hl7.org/fhir/sid/icd-9-cm",
                  "code": "250",
                  "display": "Diabetes Mellitus",
                  "userSelected": true
               }
            ],
            "text": "DM, HTN, CVA"
         },
         "note": [
            {
               "text": "Long details: these are extra details that the clinic would like to document about the family history"
            }
         ],
         "contributedToDeath": true,
         "outcome": {
            "text": "stroke"
         }
      }
   ]
}