OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.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:SearchParameter;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Encounter-subject-identifier"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"Encounter-subject-identifier\"> </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 SearchParameter "Encounter-subject-identifier" </p></div><p><b>url</b>: <code>http://fhir.openmrs.org/fhir/SearchParameter/Encounter-subject-identifier</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: EncounterSubjectIdentifierSearchParameter</p><p><b>status</b>: active</p><p><b>date</b>: 2022-11-29 05:06:49+0000</p><p><b>contact</b>: OpenMRS, Inc.: <a href=\"https://openmrs.org\">https://openmrs.org</a></p><p><b>description</b>: Searches for Encounter by the patient identifier eg) /ws/fhir2/{release}/Encounter?subject:Patient.identifier={identifier}</p><p><b>code</b>: subject.identifier</p><p><b>base</b>: Encounter</p><p><b>type</b>: token</p><p><b>target</b>: OMRSEncounter</p></div>"
];
fhir:SearchParameter.url [ fhir:value "http://fhir.openmrs.org/fhir/SearchParameter/Encounter-subject-identifier"];
fhir:SearchParameter.version [ fhir:value "0.1.0"];
fhir:SearchParameter.name [ fhir:value "EncounterSubjectIdentifierSearchParameter"];
fhir:SearchParameter.status [ fhir:value "active"];
fhir:SearchParameter.date [ fhir:value "2022-11-29T17:06:49+00:00"^^xsd:dateTime];
fhir:SearchParameter.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "OpenMRS, Inc." ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://openmrs.org" ] ]
];
fhir:SearchParameter.description [ fhir:value "Searches for Encounter by the patient identifier eg) /ws/fhir2/{release}/Encounter?subject:Patient.identifier={identifier}"];
fhir:SearchParameter.code [ fhir:value "subject.identifier"];
fhir:SearchParameter.base [
fhir:value "Encounter";
fhir:index 0
];
fhir:SearchParameter.type [ fhir:value "token"];
fhir:SearchParameter.target [
fhir:value "OMRSEncounter";
fhir:index 0
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ . Package openmrs#0.1.0 based on FHIR 4.0.1. Generated 2022-11-29
Links: Table of Contents |
QA Report |
Version History |
|