Implementation Guide
23.1.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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example1"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1921985388004730" ] ;
fhir:lastUpdated [ fhir:v "2020-11-26T04:51:41.000+05:30"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure> ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-procedure-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-procedure-profile> ] ) ;
( 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:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/Location/TEST-002"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Example1" ] ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Removed" ] ;
fhir:display [ fhir:v "Removed" ] ] [
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: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/Example1\">Patient/Example1</a>\n </caption>\n <tbody>\n <tr>\n <td width=\"25%\">\n <span class=\"text-muted\">Coronary artery stent (92980 CPT)</span>\n </td>\n <td width=\"8%\">\n <span class=\"text-muted\">2020/11/26</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/ORDERNUM/TEST-002"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9-1" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/Example1" ]
] ) ; #
fhir:status [
fhir:v "completed" ;
( 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/procedurestatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Complete" ] ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "92980" ] ] ) ;
fhir:text [ fhir:v "Coronary artery stent" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example1" ]
] ; #
fhir:performed [ fhir:v "2020-11-26T04:49:48+05:30"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/Example1" ] ]
] ) ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/Example1" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "\nsample comments" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report