MyHealtheVet use of PGHD
0.2.10-beta - ci-build United States of America flag

MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Mother Family Member History - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-mother"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.familymemberhistory"^^xsd:anyURI ;
fhir:link <https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.familymemberhistory>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://wiki.mobilehealth.va.gov/x/Onc1C"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2ce6d9aa-c068-4809-8dda-662bcb16d09a" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: FamilyMemberHistory</b><a name=\"ex-mother\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource FamilyMemberHistory &quot;ex-mother&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VA.MHV.familymemberhistory.html\">VA MHV FamilyMemberHistory</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>date</b>: 2022-04-08</p><p><b>name</b>: Katherine Irene Schmidt</p><p><b>relationship</b>: mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#MTH)</span></p><p><b>sex</b>: Female <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#female)</span></p><p><b>note</b>: His mother, Katherine Irene Schmidt, (nee O'Cleary) was an immigrant from Ireland, who had left the &quot;Auld Sod&quot; back in 1849 as a young girl escaping the Potato Famine. She worked at the Broadhurst Manor Hotel as a maid, dishwasher, and cook's helper, saving every penny possible.</p><blockquote><p><b>condition</b></p><p><b>code</b>: Spontaneous abortion with laceration of cervix <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#127009)</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: Decreased hair growth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#134006)</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:date [ fhir:v "2022-04-08"^^xsd:date] ; # 
  fhir:name [ fhir:v "Katherine Irene Schmidt"] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ]     ] )
  ] ; # 
  fhir:sex [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ]     ] )
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "His mother, Katherine Irene Schmidt, (nee O'Cleary) was an immigrant from Ireland, who had left the \"Auld Sod\" back in 1849 as a young girl escaping the Potato Famine. She worked at the Broadhurst Manor Hotel as a maid, dishwasher, and cook's helper, saving every penny possible." ]
  ] ) ; # 
  fhir:condition ( [
fhir:code [
      ( fhir:coding [
a sct:127009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "127009" ] ;
fhir:display [ fhir:v "Spontaneous abortion with laceration of cervix" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:134006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "134006" ] ;
fhir:display [ fhir:v "Decreased hair growth" ]       ] )     ]
  ] ) . #