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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeFamilyMemberHistory
IdUKCore-FamilyMemberHistory-Extension-Participant-Example.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": "FamilyMemberHistory",
  "id": "UKCore-FamilyMemberHistory-Extension-Participant-Example",
  "extension": [
    {
      "extension": [
        {
          "url": "function",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "enterer",
                "display": "Enterer"
              }
            ]
          }
        },
        {
          "url": "actor",
          "valueReference": {
            "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
          }
        }
      ],
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant"
    }
  ],
  "status": "partial",
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example",
    "display": "Richard Smith"
  },
  "date": "2023-05-10",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH",
        "display": "father"
      }
    ]
  },
  "sex": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "code": "male",
        "display": "Male"
      }
    ]
  },
  "bornDate": "1949-12-13",
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160308005",
            "display": "Family history: Gout"
          }
        ]
      },
      "onsetAge": {
        "value": 64,
        "unit": "year",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}