XealthIG
v1.42.0 - release
XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleObservationScoredAssessment"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.xealth.io/StructureDefinition/xealth-observation-scoredassessment"^^xsd:anyURI ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-observation-scoredassessment> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationScoredAssessment</b></p><a name=\"ExampleObservationScoredAssessment\"> </a><a name=\"hcExampleObservationScoredAssessment\"> </a><a name=\"ExampleObservationScoredAssessment-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-observation-scoredassessment.html\">Xealth Observation Scored Assessment</a></p></div><p><b>Ehr Order Id</b>: 12345</p><blockquote><p><b>Ordering Provider</b></p><ul><li>identifier: NPI identifier/12345</li><li>name: Xealth Test </li></ul></blockquote><p><b>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequest.html\">ServiceRequest: status = active; intent = plan</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 44250-9}\">Patient health questionnaire 9 item total score</span></p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</a></p><p><b>effective</b>: 2021-06-11 04:44:16+0000</p><p><b>performer</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p><p><b>value</b>: 12 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 44250-9}\">Little interest or pleasure in doing things</span></td><td><span title=\"Codes:{http://loinc.org LA6569-3}\">Several days</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.xealth.io/StructureDefinition/extension-ehr-order-id"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "12345" ]
] [
( fhir:extension [
fhir:url [ fhir:v "identifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ] ) ;
fhir:text [ fhir:v "NPI identifier" ] ] ;
fhir:system [ fhir:v "urn:oid:0.1.2.3.4.5.6.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ] ] ] [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:HumanName ;
fhir:family [ fhir:v "Test" ] ;
( fhir:given [ fhir:v "Xealth" ] ) ] ] ) ;
fhir:url [ fhir:v "https://fhir.xealth.io/StructureDefinition/extension-ordering-provider"^^xsd:anyURI ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/ExampleServiceRequest" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:44250-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44250-9" ] ;
fhir:display [ fhir:v "Patient health questionnaire 9 item total score" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleXealthPatient" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2021-06-11T04:44:16Z"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ExampleOrganization" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:unit [ fhir:v "{score}" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{score}" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:44250-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44250-9" ] ;
fhir:display [ fhir:v "Little interest or pleasure in doing things" ] ] ) ;
fhir:text [ fhir:v "Little interest or pleasure in doing things" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6569-3 ;
( fhir:extension [
fhir:url [ fhir:v "https://fhir.xealth.io/StructureDefinition/ordinal-value"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v "1"^^xsd:decimal ] ] ) ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6569-3" ] ;
fhir:display [ fhir:v "Several days" ] ] ) ]
] ) . #
IG © 2021+ Xealth. Package xealth.core#v1.42.0 based on FHIR 4.0.1. Generated 2025-04-04
Links: Table of Contents |
QA Report