US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ 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 "us-ph-document-bundle-example"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-document-bundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-document-bundle> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:2be4b4e4-6df1-4cb2-a947-c70fa0eda53b" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2022-06-02T22:13:23Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Composition/us-ph-composition-example"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Composition/us-ph-composition-example> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Encounter/us-ph-encounter-eve-everywoman-outpatient"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Encounter/us-ph-encounter-eve-everywoman-outpatient> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/PractitionerRole/us-ph-practitionerrole-henry-seven"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/PractitionerRole/us-ph-practitionerrole-henry-seven> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Patient/us-ph-patient-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Patient/us-ph-patient-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Location/us-ph-location-salem-medical-center"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Location/us-ph-location-salem-medical-center> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Practitioner/us-core-practitioner-henry-seven"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Practitioner/us-core-practitioner-henry-seven> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Condition/us-ph-condition-encounter-diagnosis-diabetes"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Condition/us-ph-condition-encounter-diagnosis-diabetes> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/us-ph-organization-salem-medical-center"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Organization/us-ph-organization-salem-medical-center> ) ] ) . # <http://example.org/fhir/Composition/us-ph-composition-example> a fhir:Composition ; fhir:id [ fhir:v "us-ph-composition-example"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-composition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-composition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"us-ph-composition-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Composition "us-ph-composition-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-composition.html\">US Public Health Composition</a></p></div><p><b>versionNumber</b>: 1</p><p><b>US Public Health Information Recipient Extension</b>: <a href=\"#PractitionerRole_us-ph-practitionerrole-henry-seven\">See above (PractitionerRole/us-ph-practitionerrole-henry-seven)</a></p><p><b>US Public Health Initiation Reason Extension</b>: Suspicion of Zika</p><p><b>identifier</b>: id: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: final</p><p><b>type</b>: Public Health Case Report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#55751-2)</span></p><p><b>encounter</b>: <a href=\"#Encounter_us-ph-encounter-eve-everywoman-outpatient\">See above (Encounter/us-ph-encounter-eve-everywoman-outpatient: Ambulatory Office Visit)</a></p><p><b>date</b>: 2018-01-02 22:13:23+0000</p><p><b>author</b>: <a href=\"#PractitionerRole_us-ph-practitionerrole-henry-seven\">See above (PractitionerRole/us-ph-practitionerrole-henry-seven: Henry Seven, MD)</a></p><p><b>title</b>: US Public Health Composition Example</p><p><b>custodian</b>: <a href=\"#Organization_us-ph-organization-salem-medical-center\">See above (Organization/us-ph-organization-salem-medical-center: Salem Medical Center)</a></p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber"^^xsd:anyURI ] ; fhir:value [ fhir:v "1" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-information-recipient-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/us-ph-practitionerrole-henry-seven" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-initiation-reason-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "Suspicion of Zika" ] ] ) ; # fhir:identifier [ fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:55751-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "55751-2" ] ; fhir:display [ fhir:v "Public Health Case Report" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/us-ph-encounter-eve-everywoman-outpatient" ] ; fhir:display [ fhir:v "Ambulatory Office Visit" ] ] ; # fhir:date [ fhir:v "2018-01-02T22:13:23Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/us-ph-practitionerrole-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ) ; # fhir:title [ fhir:v "US Public Health Composition Example"] ; # fhir:custodian [ fhir:reference [ fhir:v "Organization/us-ph-organization-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "History of Present Illness Section" ] ; fhir:code [ ( fhir:coding [ a loinc:10164-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10164-2" ] ; fhir:display [ fhir:v "History of Present illness Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">History of Present Illness Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Present illness Narrative</div>(<div title=\"code\">10164-2</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">Persistent Cough REPORTED starting on 2018/03/05<br/>Whooping Respiration not reported<br/>Paroxysms Of Coughing REPORTED starting on 2018/03/06<br/>Post-tussive vomiting not reported</td></tr></table></div>" ] ] [ fhir:title [ fhir:v "Reason for Visit Section" ] ; fhir:code [ ( fhir:coding [ a loinc:29299-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29299-5" ] ; fhir:display [ fhir:v "Reason for visit Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Reason for Visit Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Reason for visit Narrative</div>(<div title=\"code\">29299-5</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"><p>Reason for Visit: Bad cough</p></td></tr></table></div>" ] ] [ fhir:title [ fhir:v "Chief Complaint" ] ; fhir:code [ ( fhir:coding [ a loinc:10154-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10154-3" ] ; fhir:display [ fhir:v "Chief complaint Narrative - Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Chief complaint Narrative - Reported</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Chief complaint Narrative - Reported</div>(<div title=\"code\">10154-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"><p>Chief Complaint: Bad cough</p></td></tr></table></div>" ] ] ) . # <http://example.org/fhir/Encounter/us-ph-encounter-eve-everywoman-outpatient> a fhir:Encounter ; fhir:id [ fhir:v "us-ph-encounter-eve-everywoman-outpatient"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"us-ph-encounter-eve-everywoman-outpatient\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Encounter "us-ph-encounter-eve-everywoman-outpatient" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-encounter.html\">US Public Health Encounter</a></p></div><p><b>identifier</b>: id: 9937012</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office Visit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#99202)</span></p><p><b>subject</b>: <a href=\"#Patient_us-ph-patient-eve-everywoman\">See above (Patient/us-ph-patient-eve-everywoman: Eve Everywoman)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td>attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></td><td><a href=\"#PractitionerRole_us-ph-practitionerrole-henry-seven\">See above (PractitionerRole/us-ph-practitionerrole-henry-seven: Henry Seven, MD)</a></td></tr></table><p><b>period</b>: 2018-04-01 10:00:00-0500 --> 2018-04-02 10:15:00-0500</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#Condition_us-ph-condition-encounter-diagnosis-diabetes\">See above (Condition/us-ph-condition-encounter-diagnosis-diabetes)</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#Location_us-ph-location-salem-medical-center\">See above (Location/us-ph-location-salem-medical-center: Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999)</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"#Organization_us-ph-organization-salem-medical-center\">See above (Organization/us-ph-organization-salem-medical-center: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999)</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "9937012" ] ] ) ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:code [ fhir:v "99202" ] ] ) ; fhir:text [ fhir:v "Office Visit" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:participant ( [ ( fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "ATND" ] ; fhir:display [ fhir:v "attender" ] ] ) ] ) ; fhir:individual [ fhir:reference [ fhir:v "PractitionerRole/us-ph-practitionerrole-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2018-04-01T10:00:00-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2018-04-02T10:15:00-05:00"^^xsd:dateTime ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:reference [ fhir:v "Condition/us-ph-condition-encounter-diagnosis-diabetes" ] ] ] ) ; # fhir:location ( [ fhir:location [ fhir:reference [ fhir:v "Location/us-ph-location-salem-medical-center" ] ; fhir:display [ fhir:v "Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999" ] ] ] ) ; # fhir:serviceProvider [ fhir:reference [ fhir:v "Organization/us-ph-organization-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999" ] ] . # <http://example.org/fhir/PractitionerRole/us-ph-practitionerrole-henry-seven> a fhir:PractitionerRole ; fhir:id [ fhir:v "us-ph-practitionerrole-henry-seven"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"us-ph-practitionerrole-henry-seven\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole "us-ph-practitionerrole-henry-seven" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-practitionerrole.html\">US Public Health PractitionerRole</a></p></div><p><b>identifier</b>: id: 9941339108</p><p><b>practitioner</b>: <a href=\"#Practitioner_us-core-practitioner-henry-seven\">See above (Practitioner/us-core-practitioner-henry-seven: Henry Seven, MD)</a></p><p><b>organization</b>: <a href=\"#Organization_us-ph-organization-salem-medical-center\">See above (Organization/us-ph-organization-salem-medical-center: Salem Medical Center)</a></p><p><b>code</b>: Primary Care Clinic/Center <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#261QP2300X)</span></p><p><b>specialty</b>: Family practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#419772000)</span></p><p><b>location</b>: <a href=\"#Location_us-ph-location-salem-medical-center\">See above (Location/us-ph-location-salem-medical-center: Salem Medical Center)</a></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 "9941339108" ] ] ) ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/us-core-practitioner-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/us-ph-organization-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center" ] ] ; # 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:location ( [ fhir:reference [ fhir:v "Location/us-ph-location-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "henry.seven@example.com" ] ] ) . # <http://example.org/fhir/Patient/us-ph-patient-eve-everywoman> a fhir:Patient ; fhir:id [ fhir:v "us-ph-patient-eve-everywoman"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"us-ph-patient-eve-everywoman\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient "us-ph-patient-eve-everywoman" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-patient.html\">US Public Health Patient</a></p></div><blockquote><p><b>US Core Race Extension</b></p><blockquote><p><b>url</b></p><code>text</code></blockquote><p><b>value</b>: White</p><blockquote><p><b>url</b></p><code>ombCategory</code></blockquote><p><b>value</b>: White (Details: urn:oid:2.16.840.1.113883.6.238 code 2106-3 = '2106-3', stated as 'White')</p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><blockquote><p><b>url</b></p><code>text</code></blockquote><p><b>value</b>: Not Hispanic or Latino</p><blockquote><p><b>url</b></p><code>ombCategory</code></blockquote><p><b>value</b>: Not Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2186-5 = '2186-5', stated as 'Not Hispanic or Latino')</p></blockquote><p><b>US Core Birth Sex Extension</b>: F</p><blockquote><p><b>Individual Gender Identity</b></p><blockquote><p><b>url</b></p><code>value</code></blockquote><p><b>value</b>: asked but unknown <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a>#ASKU)</span></p></blockquote><blockquote><p><b>US Public Health Tribal Affiliation Extension</b></p><blockquote><p><b>url</b></p><code>TribeName</code></blockquote><p><b>value</b>: Fort Mojave Indian Tribe of Arizona, California & Nevada (Details: http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS code 91 = 'Fort Mojave Indian Tribe of Arizona, California & Nevada', stated as 'Fort Mojave Indian Tribe of Arizona, California & Nevada')</p><blockquote><p><b>url</b></p><code>EnrolledTribeMember</code></blockquote><p><b>value</b>: true</p></blockquote><p><b>identifier</b>: Medical Record Number: 1032702 (use: USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Eve L Everywoman </p><p><b>telecom</b>: ph: 1-(404)555-1212(HOME), <a href=\"mailto:eve.everywoman@example.com\">eve.everywoman@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1974-11-24</p><p><b>deceased</b>: false</p><p><b>address</b>: 2222 Home Street Ann Arbor MI 99999 US </p><h3>Communications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td></tr><tr><td style=\"display: none\">*</td><td>English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</span></td></tr></table></div>" ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "White" ] ] [ 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 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ] [ ( fhir:extension [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Not Hispanic or Latino" ] ] [ 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 "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:extension [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ; fhir:code [ fhir:v "ASKU" ] ; fhir:display [ fhir:v "asked but unknown" ] ] ) ; fhir:text [ fhir:v "asked but unknown" ] ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"^^xsd:anyURI ] ] [ ( fhir:extension [ fhir:url [ fhir:v "TribeName"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"^^xsd:anyURI ] ; fhir:code [ fhir:v "91" ] ; fhir:display [ fhir:v "Fort Mojave Indian Tribe of Arizona, California & Nevada" ] ] ] [ fhir:url [ fhir:v "EnrolledTribeMember"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-tribal-affiliation-extension"^^xsd:anyURI ] ] ) ; # 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:deceased [ fhir:v "false"^^xsd:boolean] ; # fhir:address ( [ ( fhir:line [ fhir:v "2222 Home Street" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "English" ] ] ) ] ] ) . # <http://example.org/fhir/Location/us-ph-location-salem-medical-center> a fhir:Location ; fhir:id [ fhir:v "us-ph-location-salem-medical-center"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"us-ph-location-salem-medical-center\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location "us-ph-location-salem-medical-center" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-location.html\">US Public Health Location</a></p></div><p><b>identifier</b>: id: 1144221995</p><p><b>status</b>: active</p><p><b>name</b>: Clinic Bldg A, Salem Medical Center</p><p><b>type</b>: Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#HOSP)</span></p><p><b>telecom</b>: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, <a href=\"mailto:mail@smc.org\">mail@smc.org</a></p><p><b>address</b>: Clinic Bldg A 4444 Healthcare Drive Ann Arbor MI 99999 </p><p><b>managingOrganization</b>: <a href=\"#Organization_us-ph-organization-salem-medical-center\">See above (Organization/us-ph-organization-salem-medical-center)</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1144221995" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Clinic Bldg A, Salem Medical Center"] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HOSP" ] ; fhir:display [ fhir:v "Hospital" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(+1) (555)555-3001" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(+1) (555)555-3002" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mail@smc.org" ] ] ) ; # fhir:address [ ( fhir:line [ fhir:v "Clinic Bldg A" ] [ fhir:v "4444 Healthcare Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ] ; # fhir:managingOrganization [ fhir:reference [ fhir:v "Organization/us-ph-organization-salem-medical-center" ] ] . # <http://example.org/fhir/Practitioner/us-core-practitioner-henry-seven> a fhir:Practitioner ; fhir:id [ fhir:v "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\"><p><b>Generated Narrative: Practitioner</b><a name=\"us-core-practitioner-henry-seven\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner "us-core-practitioner-henry-seven" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: id: 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>: 1002 Healthcare Drive Ann Arbor MI 99999 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 "1002 Healthcare Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://example.org/fhir/Condition/us-ph-condition-encounter-diagnosis-diabetes> a fhir:Condition ; fhir:id [ fhir:v "us-ph-condition-encounter-diagnosis-diabetes"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-encounter-diagnosis"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-encounter-diagnosis> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"us-ph-condition-encounter-diagnosis-diabetes\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Condition "us-ph-condition-encounter-diagnosis-diabetes" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-condition-encounter-diagnosis.html\">US Public Health Condition Encounter Diagnosis</a></p></div><p><b>category</b>: Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: Diabetes mellitus (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#73211009)</span></p><p><b>subject</b>: <a href=\"#Patient_us-ph-patient-eve-everywoman\">See above (Patient/us-ph-patient-eve-everywoman: Eve Everywoman)</a></p><p><b>onset</b>: 2017-08-23</p><p><b>asserter</b>: <a href=\"#Practitioner_us-core-practitioner-henry-seven\">See above (Practitioner/us-core-practitioner-henry-seven: Henry Seven, MD)</a></p></div>" ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:73211009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "73211009" ] ; fhir:display [ fhir:v "Diabetes mellitus (disorder)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:onset [ fhir:v "2017-08-23"^^xsd:date] ; # fhir:asserter [ fhir:reference [ fhir:v "Practitioner/us-core-practitioner-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] . # <http://example.org/fhir/Organization/us-ph-organization-salem-medical-center> a fhir:Organization ; fhir:id [ fhir:v "us-ph-organization-salem-medical-center"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"us-ph-organization-salem-medical-center\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "us-ph-organization-salem-medical-center" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-organization.html\">US Public Health Organization</a></p></div><p><b>identifier</b>: id: 55555555</p><p><b>active</b>: true</p><p><b>name</b>: Salem Medical Center</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-1111\">+1-555-555-1111</a>, <a href=\"mailto:mail@salemmedicalcenter.com\">mail@salemmedicalcenter.com</a></p><p><b>address</b>: 22222 Health Authority Drive Ann Arbor MI 99999 </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "55555555" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "Salem Medical Center"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1-555-555-1111" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mail@salemmedicalcenter.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "22222 Health Authority Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ] ) . #
IG © 2023+ HL7 Public Health Working Group. Package hl7.fhir.us.ph-library#1.0.0 based on FHIR 4.0.1. Generated 2023-10-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change