Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ 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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bundle-bser-referral-request-document-bundle-baby-everybaby"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralRequestDocumentBundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralRequestDocumentBundle> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:2be4b4e4-6de1-4cb2-a947-c70fa0fda54c" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2020-01-06T22:13:23Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Composition/composition-bser-referral-request-nutrition-everybaby"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Composition/composition-bser-referral-request-nutrition-everybaby> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-bser-nutritionobs-baby-everybaby"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-bser-nutritionobs-baby-everybaby> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-blood-pressure-baby-everybaby"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-blood-pressure-baby-everybaby> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-body-height-baby-everybaby"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-body-height-baby-everybaby> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-body-weight-baby-everybaby"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-body-weight-baby-everybaby> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-blood-pressure-mom-everymom"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-blood-pressure-mom-everymom> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-body-height-mom-everymom"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-body-height-mom-everymom> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-body-weight-mom-everymom"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-body-weight-mom-everymom> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-core-bmi-mom-everymom"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-core-bmi-mom-everymom> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Patient/patient-us-core-patient-baby-everybaby"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Patient/patient-us-core-patient-baby-everybaby> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Patient/patient-us-core-patient-mom-everymom"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Patient/patient-us-core-patient-mom-everymom> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/RelatedPerson/relatedperson-us-core-relatedperson-mom-everymom"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/RelatedPerson/relatedperson-us-core-relatedperson-mom-everymom> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Practitioner/practitioner-us-core-practitioner-henry-seven"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Practitioner/practitioner-us-core-practitioner-henry-seven> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/organization-us-core-organization-saint-luke"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Organization/organization-us-core-organization-saint-luke> ) ] ) . # <http://example.org/fhir/Composition/composition-bser-referral-request-nutrition-everybaby> a fhir:Composition ; fhir:id [ fhir:v "composition-bser-referral-request-nutrition-everybaby"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralRequestComposition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralRequestComposition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_composition-bser-referral-request-nutrition-everybaby\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-bser-referral-request-nutrition-everybaby</b></p><a name=\"composition-bser-referral-request-nutrition-everybaby\"> </a><a name=\"hccomposition-bser-referral-request-nutrition-everybaby\"> </a><a name=\"composition-bser-referral-request-nutrition-everybaby-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57133-1}\">Referral note</span></p><p><b>date</b>: 2020-01-02 22:13:23+0000</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">Henry Seven, MD</a></p><p><b>title</b>: Referral request</p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:57133-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57133-1" ] ; fhir:display [ fhir:v "Referral note" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ; fhir:display [ fhir:v "Baby Everybaby" ] ] ; # fhir:date [ fhir:v "2020-01-02T22:13:23Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ) ; # fhir:title [ fhir:v "Referral request"] ; # fhir:section ( [ fhir:title [ fhir:v "Early Childhood Nutrition Referral Supporting Information Baby" ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ; fhir:code [ fhir:v "ECNRSIB" ] ; fhir:display [ fhir:v "Early Childhood Nutrition Referral Supporting Information Baby" ] ] ) ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/observation-bser-nutritionobs-baby-everybaby" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-core-blood-pressure-baby-everybaby" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-core-body-height-baby-everybaby" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-core-body-weight-baby-everybaby" ] ] ) ; ( fhir:section [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ; fhir:code [ fhir:v "ECNRSIM" ] ; fhir:display [ fhir:v "Early Childhood Nutrition Referral Supporting Information Mother" ] ] ) ] ; fhir:focus [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-mom-everymom" ] ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/observation-us-core-blood-pressure-mom-everymom" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-core-body-height-mom-everymom" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-core-body-weight-mom-everymom" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-core-bmi-mom-everymom" ] ] ) ] ) ] ) . # <http://example.org/fhir/Observation/observation-bser-nutritionobs-baby-everybaby> a fhir:Observation ; fhir:id [ fhir:v "observation-bser-nutritionobs-baby-everybaby"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-bser-nutritionobs-baby-everybaby\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-bser-nutritionobs-baby-everybaby</b></p><a name=\"observation-bser-nutritionobs-baby-everybaby\"> </a><a name=\"hcobservation-bser-nutritionobs-baby-everybaby\"> </a><a name=\"observation-bser-nutritionobs-baby-everybaby-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category therapy}\">Therapy</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 288988007}\">Able to latch on to breast for feeding (finding)</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby Everybaby</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">PractitionerRole Primary Care Clinic/Center</a></p><p><b>value</b>: true</p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "therapy" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:288988007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "288988007" ] ; fhir:display [ fhir:v "Able to latch on to breast for feeding (finding)" ] ] ) ; fhir:text [ fhir:v "Able to latch on to breast for feeding (finding)" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ; fhir:display [ fhir:v "Baby Everybaby" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator" ] ] ) ; # fhir:value [ fhir:v "true"^^xsd:boolean] . # <http://example.org/fhir/Observation/observation-us-core-blood-pressure-baby-everybaby> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-blood-pressure-baby-everybaby"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-blood-pressure-baby-everybaby\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-blood-pressure-baby-everybaby</b></p><a name=\"observation-us-core-blood-pressure-baby-everybaby\"> </a><a name=\"hcobservation-us-core-blood-pressure-baby-everybaby\"> </a><a name=\"observation-us-core-blood-pressure-baby-everybaby-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood Pressure systolic & diastolic</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby Everybaby</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic Blood Pressure</span></p><p><b>value</b>: 90 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic Blood Pressure</span></p><p><b>value</b>: 55 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:85354-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "85354-9" ] ; fhir:display [ fhir:v "Blood Pressure panel with all children optional" ] ] ) ; fhir:text [ fhir:v "Blood Pressure systolic & diastolic" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ; fhir:display [ fhir:v "Baby Everybaby" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:component ( [ fhir:code [ ( fhir:coding [ a loinc:8480-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8480-6" ] ; fhir:display [ fhir:v "Systolic Blood Pressure" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "90"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] [ fhir:code [ ( fhir:coding [ a loinc:8462-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8462-4" ] ; fhir:display [ fhir:v "Diastolic Blood Pressure" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "55"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] ) . # <http://example.org/fhir/Observation/observation-us-core-body-height-baby-everybaby> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-body-height-baby-everybaby"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-body-height-baby-everybaby\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-body-height-baby-everybaby</b></p><a name=\"observation-us-core-body-height-baby-everybaby\"> </a><a name=\"hcobservation-us-core-body-height-baby-everybaby\"> </a><a name=\"observation-us-core-body-height-baby-everybaby-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}, {http://loinc.org 8306-3}\">Body height</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby Everybaby</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><p><b>value</b>: 21 in<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[in_i] = '[in_i]')</span></p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:8302-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8302-2" ] ; fhir:display [ fhir:v "Body height" ] ] [ a loinc:8306-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8306-3" ] ; fhir:display [ fhir:v "Body height lying" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ; fhir:display [ fhir:v "Baby Everybaby" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "21"^^xsd:decimal ] ; fhir:unit [ fhir:v "in" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "[in_i]" ] ] . # <http://example.org/fhir/Observation/observation-us-core-body-weight-baby-everybaby> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-body-weight-baby-everybaby"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-body-weight-baby-everybaby\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-body-weight-baby-everybaby</b></p><a name=\"observation-us-core-body-weight-baby-everybaby\"> </a><a name=\"hcobservation-us-core-body-weight-baby-everybaby\"> </a><a name=\"observation-us-core-body-weight-baby-everybaby-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby Everybaby</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><p><b>value</b>: 8 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg = 'kg')</span></p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:29463-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body weight" ] ] ) ; fhir:text [ fhir:v "Body weight" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ; fhir:display [ fhir:v "Baby Everybaby" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "8"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # <http://example.org/fhir/Observation/observation-us-core-blood-pressure-mom-everymom> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-blood-pressure-mom-everymom"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-blood-pressure-mom-everymom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-blood-pressure-mom-everymom</b></p><a name=\"observation-us-core-blood-pressure-mom-everymom\"> </a><a name=\"hcobservation-us-core-blood-pressure-mom-everymom\"> </a><a name=\"observation-us-core-blood-pressure-mom-everymom-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood Pressure systolic & diastolic</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-mom-everymom.html\">Mom Everymom</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic Blood Pressure</span></p><p><b>value</b>: 125 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic Blood Pressure</span></p><p><b>value</b>: 86 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:85354-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "85354-9" ] ; fhir:display [ fhir:v "Blood Pressure panel with all children optional" ] ] ) ; fhir:text [ fhir:v "Blood Pressure systolic & diastolic" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-mom-everymom" ] ; fhir:display [ fhir:v "Mom Everymom" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:component ( [ fhir:code [ ( fhir:coding [ a loinc:8480-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8480-6" ] ; fhir:display [ fhir:v "Systolic Blood Pressure" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "125"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] [ fhir:code [ ( fhir:coding [ a loinc:8462-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8462-4" ] ; fhir:display [ fhir:v "Diastolic Blood Pressure" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "86"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] ) . # <http://example.org/fhir/Observation/observation-us-core-body-height-mom-everymom> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-body-height-mom-everymom"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-body-height-mom-everymom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-body-height-mom-everymom</b></p><a name=\"observation-us-core-body-height-mom-everymom\"> </a><a name=\"hcobservation-us-core-body-height-mom-everymom\"> </a><a name=\"observation-us-core-body-height-mom-everymom-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}\">Body height</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-mom-everymom.html\">Eve Everywoman</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><p><b>value</b>: 66 in<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[in_i] = '[in_i]')</span></p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:8302-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8302-2" ] ; fhir:display [ fhir:v "Body height" ] ] ) ; fhir:text [ fhir:v "Body height" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-mom-everymom" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "66"^^xsd:decimal ] ; fhir:unit [ fhir:v "in" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "[in_i]" ] ] . # <http://example.org/fhir/Observation/observation-us-core-body-weight-mom-everymom> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-body-weight-mom-everymom"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-body-weight-mom-everymom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-body-weight-mom-everymom</b></p><a name=\"observation-us-core-body-weight-mom-everymom\"> </a><a name=\"hcobservation-us-core-body-weight-mom-everymom\"> </a><a name=\"observation-us-core-body-weight-mom-everymom-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-mom-everymom.html\">Mom Everymom</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><p><b>value</b>: 85 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg = 'kg')</span></p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:29463-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body weight" ] ] ) ; fhir:text [ fhir:v "Body weight" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-mom-everymom" ] ; fhir:display [ fhir:v "Mom Everymom" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "85"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # <http://example.org/fhir/Observation/observation-us-core-bmi-mom-everymom> a fhir:Observation ; fhir:id [ fhir:v "observation-us-core-bmi-mom-everymom"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_observation-us-core-bmi-mom-everymom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-us-core-bmi-mom-everymom</b></p><a name=\"observation-us-core-bmi-mom-everymom\"> </a><a name=\"hcobservation-us-core-bmi-mom-everymom\"> </a><a name=\"observation-us-core-bmi-mom-everymom-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 39156-5}\">BMI</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-mom-everymom.html\">Mom Everymom</a></p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Practitioner Seven Henry </a></p><p><b>value</b>: 29 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg/m2 = 'kg/m2')</span></p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:39156-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "39156-5" ] ; fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ] ] ) ; fhir:text [ fhir:v "BMI" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-mom-everymom" ] ; fhir:display [ fhir:v "Mom Everymom" ] ] ; # fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # fhir:performer ( [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "29"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg/m2" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg/m2" ] ] . # <http://example.org/fhir/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator> a fhir:PractitionerRole ; fhir:id [ fhir:v "practitionerrole-us-core-practitionerrole-referral-initiator"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_practitionerrole-us-core-practitionerrole-referral-initiator\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-us-core-practitionerrole-referral-initiator</b></p><a name=\"practitionerrole-us-core-practitionerrole-referral-initiator\"> </a><a name=\"hcpractitionerrole-us-core-practitionerrole-referral-initiator\"> </a><a name=\"practitionerrole-us-core-practitionerrole-referral-initiator-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1111111111</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-us-core-practitioner-henry-seven.html\">Henry Seven, MD</a></p><p><b>organization</b>: <a href=\"Organization-organization-us-core-organization-saint-luke.html\">Organization Saint Luke's Hospital of Kansas City</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 261QP2300X}\">Primary Care Clinic/Center</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family Practice</span></p><p><b>telecom</b>: <a href=\"mailto:henry.seven@example.com\">henry.seven@example.com</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1111111111" ] ] ) ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-practitioner-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ] ] ; # fhir:code ( [ ( fhir:coding [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "261QP2300X" ] ; fhir:display [ fhir:v "Primary Care Clinic/Center" ] ] ) ] ) ; # fhir:specialty ( [ ( fhir:coding [ a sct:419772000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419772000" ] ; fhir:display [ fhir:v "Family Practice" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "henry.seven@example.com" ] ] ) . # <http://example.org/fhir/Patient/patient-us-core-patient-baby-everybaby> a fhir:Patient ; fhir:id [ fhir:v "patient-us-core-patient-eve-everywoman"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-us-core-patient-eve-everywoman\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-us-core-patient-eve-everywoman</b></p><a name=\"patient-us-core-patient-eve-everywoman\"> </a><a name=\"hcpatient-us-core-patient-eve-everywoman\"> </a><a name=\"patient-us-core-patient-eve-everywoman-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Eve L Everywoman Female, DoB: 1974-11-24 ( Medical Record Number: 1032702 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-(404)555-1212(Home)</li><li><a href=\"mailto:eve.everywoman@example.com\">eve.everywoman@example.com</a></li><li>5101 Peachtree St NE Atlanta GA 30302 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-relatedperson-us-core-relatedperson-self-eve-everywoman.html\">RelatedPerson Eve L Everywoman </a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CDCREC.html#CDCREC-2186-5\">CDC Race and Ethnicity 2186-5</a>: Not Hispanic or Latino</li><li>text: Not Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9).\"><a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-birthsex.html\">US Core Birth Sex Extension</a></td><td colspan=\"3\">F</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity 2106-3</a>: White</li><li>text: White</li></ul></td></tr></table></div>" ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "White" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ] [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2186-5" ] ; fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Not Hispanic or Latino" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ; fhir:value [ fhir:v "F" ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ] ; fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "1032702" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Everywoman" ] ; ( fhir:given [ fhir:v "Eve" ] [ fhir:v "L" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1-(404)555-1212" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "eve.everywoman@example.com" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1974-11-24"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ; fhir:city [ fhir:v "Atlanta" ] ; fhir:state [ fhir:v "GA" ] ; fhir:postalCode [ fhir:v "30302" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:link ( [ fhir:other [ fhir:reference [ fhir:v "RelatedPerson/relatedperson-us-core-relatedperson-self-eve-everywoman" ] ] ; fhir:type [ fhir:v "seealso" ] ] ) . # <http://example.org/fhir/Patient/patient-us-core-patient-mom-everymom> a fhir:Patient ; fhir:id [ fhir:v "patient-us-core-patient-mom-everymom"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-us-core-patient-mom-everymom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-us-core-patient-mom-everymom</b></p><a name=\"patient-us-core-patient-mom-everymom\"> </a><a name=\"hcpatient-us-core-patient-mom-everymom\"> </a><a name=\"patient-us-core-patient-mom-everymom-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mom L Everymom Female, DoB: 1982-11-24 ( Medical Record Number: 5552702 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-(404)555-1313(Home)</li><li><a href=\"mailto:mom.everymom@example.com\">mom.everymom@example.com</a></li><li>5101 Peachtree St NE Atlanta GA 30302 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-relatedperson-us-core-relatedperson-mom-everymom.html\">RelatedPerson Mom L Everymom </a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CDCREC.html#CDCREC-2186-5\">CDC Race and Ethnicity 2186-5</a>: Not Hispanic or Latino</li><li>text: Not Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9).\"><a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-birthsex.html\">US Core Birth Sex Extension</a></td><td colspan=\"3\">F</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity 2106-3</a>: White</li><li>text: White</li></ul></td></tr></table></div>" ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "White" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ] [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2186-5" ] ; fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Not Hispanic or Latino" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ; fhir:value [ fhir:v "F" ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ] ; fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "5552702" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Everymom" ] ; ( fhir:given [ fhir:v "Mom" ] [ fhir:v "L" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1-(404)555-1313" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mom.everymom@example.com" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1982-11-24"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ; fhir:city [ fhir:v "Atlanta" ] ; fhir:state [ fhir:v "GA" ] ; fhir:postalCode [ fhir:v "30302" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:link ( [ fhir:other [ fhir:reference [ fhir:v "RelatedPerson/relatedperson-us-core-relatedperson-mom-everymom" ] ] ; fhir:type [ fhir:v "seealso" ] ] ) . # <http://example.org/fhir/RelatedPerson/relatedperson-us-core-relatedperson-mom-everymom> a fhir:RelatedPerson ; fhir:id [ fhir:v "relatedperson-us-core-relatedperson-mom-everymom"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_relatedperson-us-core-relatedperson-mom-everymom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson-us-core-relatedperson-mom-everymom</b></p><a name=\"relatedperson-us-core-relatedperson-mom-everymom\"> </a><a name=\"hcrelatedperson-us-core-relatedperson-mom-everymom\"> </a><a name=\"relatedperson-us-core-relatedperson-mom-everymom-en-US\"> </a><p><b>identifier</b>: Social Security number/444222222</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Baby B Everybaby Female, DoB: 2019-01-15 ( Medical Record Number: 9932702 (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode GESTM}\">Gestational Mother</span></p><p><b>name</b>: Mom L Everymom </p><p><b>telecom</b>: ph: 1-(404)555-1313(Home), <a href=\"mailto:mom.everymom@example.com\">mom.everymom@example.com</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1982-11-24</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></div>" ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "SS" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ; fhir:value [ fhir:v "444222222" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ] ; # fhir:relationship ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "GESTM" ] ; fhir:display [ fhir:v "gestational mother" ] ] ) ; fhir:text [ fhir:v "Gestational Mother" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Everymom" ] ; ( fhir:given [ fhir:v "Mom" ] [ fhir:v "L" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1-(404)555-1313" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mom.everymom@example.com" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1982-11-24"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ; fhir:city [ fhir:v "Atlanta" ] ; fhir:state [ fhir:v "GA" ] ; fhir:postalCode [ fhir:v "30302" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://example.org/fhir/Practitioner/practitioner-us-core-practitioner-henry-seven> a fhir:Practitioner ; fhir:id [ fhir:v "practitioner-us-core-practitioner-henry-seven"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-us-core-practitioner-henry-seven\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-us-core-practitioner-henry-seven</b></p><a name=\"practitioner-us-core-practitioner-henry-seven\"> </a><a name=\"hcpractitioner-us-core-practitioner-henry-seven\"> </a><a name=\"practitioner-us-core-practitioner-henry-seven-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/9941339108</p><p><b>name</b>: Seven Henry </p><p><b>telecom</b>: <a href=\"mailto:henry.seven@example.com\">henry.seven@example.com</a></p><p><b>address</b>: BMass Doctors 2100 North Ave Burlington MA 02368 US </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9941339108" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Henry" ] ; ( fhir:given [ fhir:v "Seven" ] ) ; ( fhir:suffix [ fhir:v "M.D." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "henry.seven@example.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "BMass Doctors" ] [ fhir:v "2100 North Ave" ] ) ; fhir:city [ fhir:v "Burlington" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "02368" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://example.org/fhir/Organization/organization-us-core-organization-saint-luke> a fhir:Organization ; fhir:id [ fhir:v "organization-us-core-organization-saint-luke"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization-us-core-organization-saint-luke\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-us-core-organization-saint-luke</b></p><a name=\"organization-us-core-organization-saint-luke\"> </a><a name=\"hcorganization-us-core-organization-saint-luke\"> </a><a name=\"organization-us-core-organization-saint-luke-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1063494177</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Saint Luke's Hospital of Kansas City</p><p><b>telecom</b>: ph: (816)932-2000(Work), http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city(Work)</p><p><b>address</b>: 4401 Wornall Rd, Amherst MA 64111 </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1063494177" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ] ) ] ) ; # fhir:name [ fhir:v "Saint Luke's Hospital of Kansas City"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(816)932-2000" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "other" ] ; fhir:value [ fhir:v "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "4401 Wornall Rd," ] ) ; fhir:city [ fhir:v "Amherst" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "64111" ] ] ) . #
IG © 2022+ HL7 Public Health Working Group. Package hl7.fhir.us.bser#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-12-02
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change