Implementation Guide
23.0.0 - R4 APIs
Publish Box goes here
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HVS-panel-example-88121-9"] ; #
fhir:meta [
fhir:versionId [ fhir:v "2044655895568871" ] ;
fhir:lastUpdated [ fhir:v "2024-10-16T01:05:44.193+08:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile> ] [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "New" ] ;
fhir:display [ fhir:v "New" ] ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Pen" ] ;
fhir:display [ fhir:v "Pen" ] ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NewPen" ] ;
fhir:display [ fhir:v "New Pen" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table width=\"100%\">\n <caption>\n <a href=\"Patient/2044655819568660\">Patient/Example1</a>\n </caption>\n <tbody>\n <tr>\n <td width=\"25%\">\n <span class=\"text-muted\">Hunger Vital SignPannel (88121-9 1000-4-9390)</span>\n </td>\n <td width=\"8%\">\n <span class=\"text-muted\">2024/10/15</span>\n </td>\n <td width=\"25%\"> -- \n <a href=\"Practitioner/1225652472001060\">Practitioner/Example1</a>\n <span> 2024/10/16</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ObservationId/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2044655895568871" ]
] ) ; #
fhir:status [
fhir:v "final" ;
( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/obsstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "Final results; complete and verified" ] ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/HIERGRPS/1000-4-9390"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1358" ] ;
fhir:display [ fhir:v "Survey" ] ] ) ;
fhir:text [ fhir:v "Survey" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/HDID/1000-4-9390"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88121-9" ] ;
fhir:display [ fhir:v "HVS PANEL" ] ] ) ;
fhir:text [ fhir:v "Hunger Vital SignPannel" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example1" ]
] ; #
fhir:effective [ fhir:v "2024-10-15T23:58:14+08:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2024-10-16T01:05:44.193+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Eample1" ]
] ) ; #
fhir:dataAbsentReason [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ] ) ;
fhir:text [ fhir:v "Unknown" ]
] ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/HVS-item-example-88122-7" ]
] [
fhir:reference [ fhir:v "Observation/HVS-item-example-88123-5" ]
] ) ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/HVS-panel-example-88121-9" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.0.0 based on FHIR 4.0.1. Generated 2025-01-02
Links: Table of Contents |
QA Report