LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "CDMServiceRequestInstance"];
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id" ];
fhir:Extension.valueString [ fhir:value "tenant7209" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id" ];
fhir:Extension.valueString [ fhir:value "rgVCJnQBxvghkKTI8Hzz" ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-name" ];
fhir:Extension.valueString [ fhir:value "TREX" ] ], [
fhir:index 3;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-client-id" ];
fhir:Extension.valueString [ fhir:value "7209" ] ], [
fhir:index 4;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-record-id" ];
fhir:Extension.valueIdentifier [
fhir:Identifier.system [ fhir:value "http://acme-health.com/WellnessMedicalCenter" ];
fhir:Identifier.value [ fhir:value "7209_07869_e00080779_3938586_2516181" ] ] ], [
fhir:index 5;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/source-file-id" ];
fhir:Extension.valueString [ fhir:value "e00080779" ] ];
fhir:Meta.source [ fhir:value "http://acme-health.com/WellnessMedicalCenter" ];
fhir:Meta.profile [
fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-service-request";
fhir:index 0;
fhir:link <http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-service-request> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"CDMServiceRequestInstance\"> </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 ServiceRequest \"CDMServiceRequestInstance\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/WellnessMedicalCenter!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-service-request.html\">CDM Service Request</a></p></div><p><b>identifier</b>: Source System Row Identifier: 000000000000000000019721078(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: localreferraltype <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (local-referral-type#localreferraltype)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p></div>"
];
fhir:ServiceRequest.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ];
fhir:Coding.code [ fhir:value "SSRI" ] ] ];
fhir:Identifier.system [ fhir:value "http://acme-health.com/CodeSystem/local-authorization-number" ];
fhir:Identifier.value [ fhir:value "000000000000000000019721078" ];
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Acme Health - Wellness Medical Center" ] ]
];
fhir:ServiceRequest.status [ fhir:value "completed"];
fhir:ServiceRequest.intent [ fhir:value "order"];
fhir:ServiceRequest.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://acme-health.com/CodeSystem/local-referral-type" ];
fhir:Coding.code [ fhir:value "localreferraltype" ] ]
];
fhir:ServiceRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/CDMPatientInstance" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report