FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-ereferral-econsult
Resource TypeStructureDefinition
Idca-on-eReferral-profile-FamilyMemberHistory.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-eReferral-profile-FamilyMemberHistory",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-FamilyMemberHistory",
  "name": "FamilyMemberHistory",
  "title": "FamilyMemberHistory",
  "status": "draft",
  "description": "FamilyMemberHistory is one of the event resources in the FHIR workflow specification.\r\n\r\nThis resource records significant health conditions for a particular individual related to the subject. This information can be known to different levels of accuracy. Sometimes the exact condition ('asthma') is known, and sometimes it is less precise ('some sort of cancer'). Equally, sometimes the person can be identified ('my aunt Agatha') and sometimes all that is known is that the person was an uncle.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "FamilyMemberHistory",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "FamilyMemberHistory.dataAbsentReason",
        "path": "FamilyMemberHistory.dataAbsentReason",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.dataAbsentReason.coding",
        "path": "FamilyMemberHistory.dataAbsentReason.coding",
        "min": 1,
        "max": "1",
        "fixedCoding": {
          "system": "http://hl7.org/fhir/ValueSet/history-absent-reason",
          "code": "unable-to-obtain",
          "display": "Unable To Obtain"
        }
      },
      {
        "id": "FamilyMemberHistory.relationship",
        "path": "FamilyMemberHistory.relationship",
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "FamilyMemberHistory.age[x]",
        "path": "FamilyMemberHistory.age[x]",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.estimatedAge",
        "path": "FamilyMemberHistory.estimatedAge",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.note",
        "path": "FamilyMemberHistory.note",
        "mustSupport": false
      },
      {
        "id": "FamilyMemberHistory.condition",
        "path": "FamilyMemberHistory.condition",
        "mustSupport": true
      }
    ]
  }
}