Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Mother Relationship - TTL Representation

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "mother-relationship"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-11-19T04:02:28.616+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#zC0aG8ALefyave8e" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-ADOPTM\">ADOPTM</a></td><td>adoptive mother</td><td>The player of the role (father) is a female who has taken the scoper (child) into their family through legal means and raises them as her own child.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-MTH\">MTH</a></td><td>mother</td><td>The player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-GESTM\">GESTM</a></td><td>gestational mother</td><td>The player is a female whose womb carries the fetus of the scoper. Generally used when the gestational mother and natural mother are not the same.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-MTHFOST\">MTHFOST</a></td><td>foster mother</td><td>The player of the role (parent) who is a female state-certified caregiver responsible for the scoper (child) who has been placed in the parent's care. The placement of the child is usually arranged through the government or a social-service agency, and temporary.<br/><br/>The state, via a jurisdiction recognized child protection agency, stands as in loco parentis to the child, making all legal decisions while the foster parent is responsible for the day-to-day care of the specified child.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-NMTH\">NMTH</a></td><td>natural mother</td><td>The player of the role is a female who conceives or gives birth to the scoping entity (child).</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-NMTHF\">NMTHF</a></td><td>natural mother of fetus</td><td>The player is the biologic female parent of the scoping fetus.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/vr-common-library/ValueSet/mother-relationship"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "MotherRelationship"];
  fhir:ValueSet.title [ fhir:value "Mother Relationship"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2020-07-17T18:56:31+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - Public Health Work Group"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Relationships describing the mother's role relative to the subject"];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ];
     fhir:CodeableConcept.text [ fhir:value "United States of America" ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ADOPTM" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "adoptive mother" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MTH" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "mother" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "GESTM" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "gestational mother" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MTHFOST" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "foster mother" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "NMTH" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "natural mother" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "NMTHF" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "natural mother of fetus" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.