US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build
US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ed-encounter-example-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ed-encounter-example-1</b></p><a name=\"ed-encounter-example-1\"> </a><a name=\"hced-encounter-example-1\"> </a><a name=\"ed-encounter-example-1-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005104251 (use: usual, )</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode</a> EMER: emergency</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 50849002}\">Emergency room</span></p><p><b>subject</b>: <a href=\"Patient-bh-patient-example.html\">James Wolff</a></p><p><b>period</b>: 2024-02-01 16:02:00-0500 --> 2024-02-01 22:00:00-0500</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R07.9}\">Angina</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R61}\">Sweating</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R00.2}\">Palpitations</span></p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-panic-attack-condition-example-1.html\">Panic Attack</a></p><p><b>rank</b>: 1</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-chest-pain-condition-example-1.html\">Chest Pain</a></p><p><b>rank</b>: 2</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-diabetes-condition-example-1.html\">Diabetes (II)</a></p><p><b>rank</b>: 3</p></blockquote><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-ed-location-example-1.html\">Emergency Dept.</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td><td>2024-02-01 16:02:00-0500 --> 2024-02-01 22:02:00-0500</td></tr></table><p><b>partOf</b>: <a href=\"Encounter-discharge-encounter-example-3.html\">Encounter: identifier = urn:oid:2.16.840.1.113883.19.5.1.698.8#40005104253 (use: usual, ); status = finished; class = observation encounter (ActCode#OBSENC); type = Admission to observation unit (procedure); period = 2024-02-01 16:02:00-0500 --> 2024-02-02 12:00:00-0500</a></p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.19.5.1.698.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10005104251" ]
] ) ; # ED Encounter Identifier
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EMER" ] ;
fhir:display [ fhir:v "emergency" ]
] ; #
fhir:type ( [
( fhir:coding [
a sct:50849002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "50849002" ] ;
fhir:display [ fhir:v "Emergency room admission (procedure)" ] ] ) ;
fhir:text [ fhir:v "Emergency room" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/bh-patient-example" ] ;
fhir:display [ fhir:v "James Wolff" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-02-01T16:02:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-02-01T22:00:00-05:00"^^xsd:dateTime ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R07.9" ] ;
fhir:display [ fhir:v "Chest pain, unspecified" ] ] ) ;
fhir:text [ fhir:v "Angina" ]
] [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R61" ] ;
fhir:display [ fhir:v "Generalized hyperhidrosis" ] ] ) ;
fhir:text [ fhir:v "Sweating" ]
] [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R00.2" ] ;
fhir:display [ fhir:v "Palpitations" ] ] ) ;
fhir:text [ fhir:v "Palpitations" ]
] ) ; #
fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/panic-attack-condition-example-1" ] ;
fhir:display [ fhir:v "Panic Attack" ] ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
] [
fhir:condition [
fhir:reference [ fhir:v "Condition/chest-pain-condition-example-1" ] ;
fhir:display [ fhir:v "Chest Pain" ] ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
] [
fhir:condition [
fhir:reference [ fhir:v "Condition/diabetes-condition-example-1" ] ;
fhir:display [ fhir:v "Diabetes (II)" ] ] ;
fhir:rank [ fhir:v "3"^^xsd:positiveInteger ]
] ) ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/ed-location-example-1" ] ;
fhir:display [ fhir:v "Emergency Dept." ] ] ;
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wa" ] ;
fhir:display [ fhir:v "Ward" ] ] ) ] ;
fhir:period [
fhir:start [ fhir:v "2024-02-01T16:02:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-02-01T22:02:00-05:00"^^xsd:dateTime ] ]
] ) ; #
fhir:partOf [
fhir:reference [ fhir:v "Encounter/discharge-encounter-example-3" ] ;
fhir:identifier [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.19.5.1.698.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "40005104253" ] ]
] . #
IG © 2020+ . Package hl7.fhir.us.bhp#0.1.0 based on FHIR 4.0.1. Generated 2024-09-16
Links: Table of Contents |
QA Report