Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions
: AccountServicePeriod - TTL Representation
Raw ttl | Download
@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 "AccountServicePeriod"];
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=\"AccountServicePeriod\"> </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 \"AccountServicePeriod\" </p></div><p><b>url</b>: <code>https://ancode.app/fhir/SearchParameter/AccountServicePeriod</code></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: AccountServicePeriod</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2022-07-18</p><p><b>publisher</b>: Ancode</p><p><b>contact</b>: <a href=\"https://ancode.app\">https://ancode.app</a></p><p><b>description</b>: Account Service Period</p><p><b>code</b>: servicePeriod</p><p><b>base</b>: Account</p><p><b>type</b>: date</p><p><b>expression</b>: Account.servicePeriod.start</p><p><b>xpathUsage</b>: normal</p><p><b>multipleOr</b>: false</p><p><b>multipleAnd</b>: false</p><p><b>comparator</b>: eq, ne, gt, lt, ge, le, sa, eb, ap</p></div>"
];
fhir:SearchParameter.url [ fhir:value "https://ancode.app/fhir/SearchParameter/AccountServicePeriod"];
fhir:SearchParameter.version [ fhir:value "0.2.0"];
fhir:SearchParameter.name [ fhir:value "AccountServicePeriod"];
fhir:SearchParameter.status [ fhir:value "draft"];
fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean];
fhir:SearchParameter.date [ fhir:value "2022-07-18"^^xsd:date];
fhir:SearchParameter.publisher [ fhir:value "Ancode"];
fhir:SearchParameter.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://ancode.app" ] ]
];
fhir:SearchParameter.description [ fhir:value "Account Service Period"];
fhir:SearchParameter.code [ fhir:value "servicePeriod"];
fhir:SearchParameter.base [
fhir:value "Account";
fhir:index 0
];
fhir:SearchParameter.type [ fhir:value "date"];
fhir:SearchParameter.expression [ fhir:value "Account.servicePeriod.start"];
fhir:SearchParameter.xpathUsage [ fhir:value "normal"];
fhir:SearchParameter.multipleOr [ fhir:value "false"^^xsd:boolean];
fhir:SearchParameter.multipleAnd [ fhir:value "false"^^xsd:boolean];
fhir:SearchParameter.comparator [
fhir:value "eq";
fhir:index 0
], [
fhir:value "ne";
fhir:index 1
], [
fhir:value "gt";
fhir:index 2
], [
fhir:value "lt";
fhir:index 3
], [
fhir:value "ge";
fhir:index 4
], [
fhir:value "le";
fhir:index 5
], [
fhir:value "sa";
fhir:index 6
], [
fhir:value "eb";
fhir:index 7
], [
fhir:value "ap";
fhir:index 8
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.