Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
FamilyMemberHistory-MildCognitiveDisorder-Example
Example of a FamilyMemberHistory resource, indicating the patient's mother has mild cognitive disorder. Usage of, and coding within, FamilyMemberHistory resources is currently under review.
FamilyMemberHistory |
id : FamilyMemberHistory-MildCognitiveDisorder-Example |
status : completed |
patient |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
relationship |
coding |
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode |
code : NMTH |
display : natural mother |
condition |
code |
coding |
system : http://snomed.info/sct |
code : 386805003 |
display : Mild neurocognitive disorder (disorder) |
{ "resourceType": "FamilyMemberHistory", "id": "FamilyMemberHistory-MildCognitiveDisorder-Example", "status": "completed", "patient": { "reference": "Patient/Patient-MeirLieberman-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "relationship": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "NMTH", "display": "natural mother" } ] }, "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "386805003", "display": "Mild neurocognitive disorder (disorder)" } ] } } ] }
<FamilyMemberHistory xmlns="http://hl7.org/fhir"> <id value="FamilyMemberHistory-MildCognitiveDisorder-Example" /> <status value="completed" /> <patient> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </patient> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="NMTH" /> <display value="natural mother" /> </coding> </relationship> <condition> <code> <coding> <system value="http://snomed.info/sct" /> <code value="386805003" /> <display value="Mild neurocognitive disorder (disorder)" /> </coding> </code> </condition> </FamilyMemberHistory>