Guia de Implementação do AnHealth 0.2.0 - CI Build
Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions
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 "ScheduleComment"]; 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=\"ScheduleComment\"> </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 \"ScheduleComment\" </p></div><p><b>url</b>: <code>https://ancode.app/fhir/SearchParameter/ScheduleComment</code></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: ScheduleComment.SearchParameter</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2022-03-04</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>: Schedule Comment</p><p><b>code</b>: comment</p><p><b>base</b>: Schedule</p><p><b>type</b>: string</p><p><b>expression</b>: Schedule.comment</p><p><b>xpathUsage</b>: normal</p><p><b>multipleOr</b>: false</p><p><b>multipleAnd</b>: false</p></div>" ]; fhir:SearchParameter.url [ fhir:value "https://ancode.app/fhir/SearchParameter/ScheduleComment"]; fhir:SearchParameter.version [ fhir:value "0.2.0"]; fhir:SearchParameter.name [ fhir:value "ScheduleComment.SearchParameter"]; fhir:SearchParameter.status [ fhir:value "draft"]; fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean]; fhir:SearchParameter.date [ fhir:value "2022-03-04"^^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 "Schedule Comment"]; fhir:SearchParameter.code [ fhir:value "comment"]; fhir:SearchParameter.base [ fhir:value "Schedule"; fhir:index 0 ]; fhir:SearchParameter.type [ fhir:value "string"]; fhir:SearchParameter.expression [ fhir:value "Schedule.comment"]; fhir:SearchParameter.xpathUsage [ fhir:value "normal"]; fhir:SearchParameter.multipleOr [ fhir:value "false"^^xsd:boolean]; fhir:SearchParameter.multipleAnd [ fhir:value "false"^^xsd:boolean]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.