Birth And Fetal Death (BFDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bundle-coded-race-and-ethnicity-baby-g-quinn"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Bundle-document-demographic-coded-content"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Bundle-document-demographic-coded-content> ] ) ] ; # fhir:identifier [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/CertificateNumber"^^xsd:anyURI ] ; fhir:value [ fhir:v "15075" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/AuxiliaryStateIdentifier1"^^xsd:anyURI ] ; fhir:value [ fhir:v "444455555" ] ] ) ; fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr"^^xsd:anyURI ] ; fhir:value [ fhir:v "2019NJ15075" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2019-10-15T08:51:14.637+00:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Composition/composition-coded-race-and-ethnicity-baby-g-quinn"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Composition/composition-coded-race-and-ethnicity-baby-g-quinn> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-input-race-and-ethnicity-mother"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/observation-input-race-and-ethnicity-mother> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-input-race-and-ethnicity-father"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/observation-input-race-and-ethnicity-father> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-coded-race-and-ethnicity-mother"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/observation-coded-race-and-ethnicity-mother> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/observation-coded-race-and-ethnicity-father"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/observation-coded-race-and-ethnicity-father> ) ] ) . # <http://www.example.org/fhir/Composition/composition-coded-race-and-ethnicity-baby-g-quinn> a fhir:Composition ; fhir:id [ fhir:v "composition-coded-race-and-ethnicity-baby-g-quinn"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-race-and-ethnicity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-race-and-ethnicity> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_composition-coded-race-and-ethnicity-baby-g-quinn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-coded-race-and-ethnicity-baby-g-quinn</b></p><a name=\"composition-coded-race-and-ethnicity-baby-g-quinn\"> </a><a name=\"hccomposition-coded-race-and-ethnicity-baby-g-quinn\"> </a><a name=\"composition-coded-race-and-ethnicity-baby-g-quinn-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 86805-9}\">Race and ethnicity information Document</span></p><p><b>date</b>: 2019-01-09</p><p><b>author</b>: National Center for Health Statistics</p><p><b>title</b>: Coded Race and Ethnicity</p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:86805-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "86805-9" ] ; fhir:display [ fhir:v "Race and ethnicity information Document" ] ] ) ] ; # fhir:subject [ fhir:display [ fhir:v "Patient - Child (Baby G Quinn)" ] ] ; # fhir:date [ fhir:v "2019-01-09"^^xsd:date] ; # fhir:author ( [ fhir:display [ fhir:v "National Center for Health Statistics" ] ] ) ; # fhir:title [ fhir:v "Coded Race and Ethnicity"] ; # fhir:section ( [ fhir:title [ fhir:v "Mother's Coded Race and Ethnicity" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "MTH" ] ] ) ] ; fhir:focus [ fhir:display [ fhir:v "patient-mother-jada-ann-quinn" ] ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/observation-input-race-and-ethnicity-mother" ] ] [ fhir:reference [ fhir:v "Observation/observation-coded-race-and-ethnicity-mother" ] ] ) ] [ fhir:title [ fhir:v "Father's Coded Race and Ethnicity" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "NFTH" ] ] ) ] ; fhir:focus [ fhir:display [ fhir:v "relatedperson-father-natural-james-brandon-quinn" ] ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/observation-input-race-and-ethnicity-father" ] ] [ fhir:reference [ fhir:v "Observation/observation-coded-race-and-ethnicity-father" ] ] ) ] ) . # <http://www.example.org/fhir/Observation/observation-input-race-and-ethnicity-mother> a fhir:Observation ; fhir:id [ fhir:v "observation-input-race-and-ethnicity-mother"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/input-race-and-ethnicity-vr"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/input-race-and-ethnicity-vr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-input-race-and-ethnicity-mother\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-input-race-and-ethnicity-mother</b></p><a name=\"observation-input-race-and-ethnicity-mother\"> </a><a name=\"hcobservation-input-race-and-ethnicity-mother\"> </a><a name=\"observation-input-race-and-ethnicity-mother-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr inputraceandethnicityMother}\">Mother Input Race and Ethnicity</span></p><p><b>subject</b>: EBRS-generated - mother</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component White}\">White</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component BlackOrAfricanAmerican}\">Black Or African American</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component AmericanIndianOrAlaskanNative}\">American Indian Or Alaska Native</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component AsianIndian}\">Asian Indian</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Chinese}\">Chinese</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Filipino}\">Filipino</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Japanese}\">Japanese</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Korean}\">Korean</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Vietnamese}\">Vietnamese</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component OtherAsian}\">Other Asian</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component NativeHawaiian}\">Native Hawaiian</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component GuamanianOrChamorro}\">Guamanian Or Chamorro</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Samoan}\">Samoan</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component OtherPacificIslander}\">Other Pacific Islander</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component OtherRace}\">Other Race</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstOtherAsianLiteral}\">First Other Asian Literal</span></p><p><b>value</b>: Malaysian</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstAmericanIndianOrAlaskanNativeLiteral}\">First American Indian Or Alaska Native Literal</span></p><p><b>value</b>: Arikara</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicMexican}\">Hispanic Mexican</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicCuban}\">Hispanic Cuban</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicPuertoRican}\">Hispanic Puerto Rican</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicOther}\">Hispanic Other</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}\">No</span></p></blockquote></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "inputraceandethnicityMother" ] ] ) ] ; # fhir:subject [ fhir:display [ fhir:v "EBRS-generated - mother" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "White" ] ] ) ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "BlackOrAfricanAmerican" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "AmericanIndianOrAlaskanNative" ] ] ) ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "AsianIndian" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Chinese" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Filipino" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Japanese" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Korean" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Vietnamese" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherAsian" ] ] ) ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "NativeHawaiian" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "GuamanianOrChamorro" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Samoan" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherPacificIslander" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherRace" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstOtherAsianLiteral" ] ] ) ] ; fhir:value [ fhir:v "Malaysian" ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstAmericanIndianOrAlaskanNativeLiteral" ] ] ) ] ; fhir:value [ fhir:v "Arikara" ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicMexican" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicCuban" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicPuertoRican" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicOther" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "No" ] ] ) ] ] ) . # <http://www.example.org/fhir/Observation/observation-input-race-and-ethnicity-father> a fhir:Observation ; fhir:id [ fhir:v "observation-input-race-and-ethnicity-father"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/input-race-and-ethnicity-vr"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/input-race-and-ethnicity-vr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-input-race-and-ethnicity-father\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-input-race-and-ethnicity-father</b></p><a name=\"observation-input-race-and-ethnicity-father\"> </a><a name=\"hcobservation-input-race-and-ethnicity-father\"> </a><a name=\"observation-input-race-and-ethnicity-father-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr inputraceandethnicityFather}\">Father Input Race and Ethnicity</span></p><p><b>subject</b>: EBRS-generated - father</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component White}\">White</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component BlackOrAfricanAmerican}\">Black Or African American</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component AmericanIndianOrAlaskanNative}\">American Indian Or Alaska Native</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component AsianIndian}\">Asian Indian</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Chinese}\">Chinese</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Filipino}\">Filipino</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Japanese}\">Japanese</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Korean}\">Korean</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Vietnamese}\">Vietnamese</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component OtherAsian}\">Other Asian</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component NativeHawaiian}\">Native Hawaiian</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component GuamanianOrChamorro}\">Guamanian Or Chamorro</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component Samoan}\">Samoan</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component OtherPacificIslander}\">Other Pacific Islander</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component OtherRace}\">Other Race</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstOtherAsianLiteral}\">First Other Asian Literal</span></p><p><b>value</b>: Malaysian</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstAmericanIndianOrAlaskanNativeLiteral}\">First American Indian Or Alaska Native Literal</span></p><p><b>value</b>: Arikara</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicMexican}\">Hispanic Mexican</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicCuban}\">Hispanic Cuban</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicPuertoRican}\">Hispanic Puerto Rican</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicOther}\">Hispanic Other</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}\">No</span></p></blockquote></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "inputraceandethnicityFather" ] ] ) ] ; # fhir:subject [ fhir:display [ fhir:v "EBRS-generated - father" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "White" ] ] ) ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "BlackOrAfricanAmerican" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "AmericanIndianOrAlaskanNative" ] ] ) ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "AsianIndian" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Chinese" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Filipino" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Japanese" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Korean" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Vietnamese" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherAsian" ] ] ) ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "NativeHawaiian" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "GuamanianOrChamorro" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "Samoan" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherPacificIslander" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherRace" ] ] ) ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstOtherAsianLiteral" ] ] ) ] ; fhir:value [ fhir:v "Malaysian" ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstAmericanIndianOrAlaskanNativeLiteral" ] ] ) ] ; fhir:value [ fhir:v "Arikara" ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicMexican" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicCuban" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicPuertoRican" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicOther" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "No" ] ] ) ] ] ) . # <http://www.example.org/fhir/Observation/observation-coded-race-and-ethnicity-mother> a fhir:Observation ; fhir:id [ fhir:v "observation-coded-race-and-ethnicity-mother"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/coded-race-and-ethnicity-vr"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/coded-race-and-ethnicity-vr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-coded-race-and-ethnicity-mother\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-coded-race-and-ethnicity-mother</b></p><a name=\"observation-coded-race-and-ethnicity-mother\"> </a><a name=\"hcobservation-coded-race-and-ethnicity-mother\"> </a><a name=\"observation-coded-race-and-ethnicity-mother-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr codedraceandethnicityMother}\">Mother Coded Race and Ethnicity</span></p><p><b>subject</b>: NCHS generated - mother</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstEditedCode}\">First Edited Race Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr 101}\">White</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component SecondEditedCode}\">Second Edited Race Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr 122}\">Israeli</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstAmericanIndianCode}\">First Edited American Indian Race Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr A31}\">Arikara</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component RaceRecode40}\">Race Recode 40</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-recode-40-vr 20}\">AIAN and Asian</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicCode}\">Hispanic Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-hispanic-origin-vr 233}\">Chilean</span></p></blockquote></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "codedraceandethnicityMother" ] ] ) ] ; # fhir:subject [ fhir:display [ fhir:v "NCHS generated - mother" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstEditedCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "101" ] ; fhir:display [ fhir:v "White" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "SecondEditedCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "122" ] ; fhir:display [ fhir:v "Israeli" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstAmericanIndianCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "A31" ] ; fhir:display [ fhir:v "Arikara" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "RaceRecode40" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-recode-40-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "20" ] ; fhir:display [ fhir:v "AIAN and Asian" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-hispanic-origin-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "233" ] ; fhir:display [ fhir:v "Chilean" ] ] ) ] ] ) . # <http://www.example.org/fhir/Observation/observation-coded-race-and-ethnicity-father> a fhir:Observation ; fhir:id [ fhir:v "observation-coded-race-and-ethnicity-father"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/coded-race-and-ethnicity-vr"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/coded-race-and-ethnicity-vr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-coded-race-and-ethnicity-father\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-coded-race-and-ethnicity-father</b></p><a name=\"observation-coded-race-and-ethnicity-father\"> </a><a name=\"hcobservation-coded-race-and-ethnicity-father\"> </a><a name=\"observation-coded-race-and-ethnicity-father-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr codedraceandethnicityFather}\">Father Coded Race and Ethnicity</span></p><p><b>subject</b>: NCHS generated - father</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstEditedCode}\">First Edited Race Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr 101}\">White</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component SecondEditedCode}\">Second Edited Race Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr 122}\">Israeli</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component FirstAmericanIndianCode}\">First Edited American Indian Race Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr A31}\">Arikara</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component RaceRecode40}\">Race Recode 40</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-recode-40-vr 20}\">AIAN and Asian</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component HispanicCode}\">Hispanic Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-hispanic-origin-vr 233}\">Chilean</span></p></blockquote></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-local-observation-codes-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "codedraceandethnicityFather" ] ] ) ] ; # fhir:subject [ fhir:display [ fhir:v "NCHS generated - father" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstEditedCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "101" ] ; fhir:display [ fhir:v "White" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "SecondEditedCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "122" ] ; fhir:display [ fhir:v "Israeli" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstAmericanIndianCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-code-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "A31" ] ; fhir:display [ fhir:v "Arikara" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "RaceRecode40" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-race-recode-40-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "20" ] ; fhir:display [ fhir:v "AIAN and Asian" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-vr-component"^^xsd:anyURI ] ; fhir:code [ fhir:v "HispanicCode" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-hispanic-origin-vr"^^xsd:anyURI ] ; fhir:code [ fhir:v "233" ] ; fhir:display [ fhir:v "Chilean" ] ] ) ] ] ) . #
IG © 2023+ HL7 International / Public Health. Package hl7.fhir.us.bfdr#2.0.0 based on FHIR 4.0.1. Generated 2024-10-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change