This page is part of the Vital Records Common Profile Library (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Value Set - Mother Relationship Vital Records - 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:id [ fhir:v "ValueSet-mother-relationship-vr"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ValueSet-mother-relationship-vr</b></p><a name=\"ValueSet-mother-relationship-vr\"> </a><a name=\"hcValueSet-mother-relationship-vr\"> </a><a name=\"ValueSet-mother-relationship-vr-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/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=\"http://terminology.hl7.org/6.0.2/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=\"http://terminology.hl7.org/6.0.2/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=\"http://terminology.hl7.org/6.0.2/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=\"http://terminology.hl7.org/6.0.2/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=\"http://terminology.hl7.org/6.0.2/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=\"http://terminology.hl7.org/6.0.2/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:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-mother-relationship-vr"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "ValueSetMotherRelationshipVitalRecords"] ; #
fhir:title [ fhir:v "Value Set - Mother Relationship Vital Records"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-11T18:10:12+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Public Health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] )
] ) ; #
fhir:description [ fhir:v "This valueset contains codes that represent relationships describing the mother's role relative to the subject."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "ADOPTM" ] ;
fhir:display [ fhir:v "adoptive mother" ] ] [
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ] ] [
fhir:code [ fhir:v "GESTM" ] ;
fhir:display [ fhir:v "gestational mother" ] ] [
fhir:code [ fhir:v "MTHFOST" ] ;
fhir:display [ fhir:v "foster mother" ] ] [
fhir:code [ fhir:v "NMTH" ] ;
fhir:display [ fhir:v "natural mother" ] ] [
fhir:code [ fhir:v "NMTHF" ] ;
fhir:display [ fhir:v "natural mother of fetus" ] ] ) ] )
] . #