xxxYour User Friendly Name for MyIG Here - Local Development build (v0.1.0-test). 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:CapabilityStatement;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "CapStatement-AllergyIntolerance"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><h3>Documentation</h3>\n<ul>\n<li>one item</li>\n<li>another item</li>\n</ul>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>AllergyIntolerance</td><td><a href=\"xxxhttp://somewhere.org/fhir/uv/myig/StructureDefinition/be-allergyintolerance\">xxxhttp://somewhere.org/fhir/uv/myig/StructureDefinition/be-allergyintolerance</a></td><td>y</td><td></td><td>y</td><td>y</td></tr></table></div>"
];
fhir:CapabilityStatement.url [ fhir:value "xxxhttp://somewhere.org/fhir/uv/myig/CapabilityStatement/CapStatement-AllergyIntolerance"];
fhir:CapabilityStatement.version [ fhir:value "0.1.0-test"];
fhir:CapabilityStatement.status [ fhir:value "draft"];
fhir:CapabilityStatement.date [ fhir:value "2020-01-01"^^xsd:date];
fhir:CapabilityStatement.publisher [ fhir:value "xxxYour Work Group"];
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "xxxhttp://hl7.org/Special/committees/[something]" ] ]
];
fhir:CapabilityStatement.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
];
fhir:CapabilityStatement.kind [ fhir:value "requirements"];
fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
fhir:CapabilityStatement.format [
fhir:value "json";
fhir:index 0
], [
fhir:value "xml";
fhir:index 1
];
fhir:CapabilityStatement.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
fhir:CapabilityStatement.rest.documentation [ fhir:value "### Documentation\n* one item\n* another item" ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "AllergyIntolerance" ];
fhir:CapabilityStatement.rest.resource.profile [ fhir:value "xxxhttp://somewhere.org/fhir/uv/myig/StructureDefinition/be-allergyintolerance" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ];
fhir:CapabilityStatement.rest.resource.interaction.documentation [ fhir:value "### Read : this GETs you the resource" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.