Core Care Plans Adapter for QuickFHIR
1.0.0 - draft

Core Care Plans Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: type - TTL Representation

Page standards status: Trial-use

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 "clinical-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"clinical-type\"> </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 \"clinical-type\" </p></div><p><b>Standards Status</b>: trial-use</p><p><b>url</b>: <code>http://hl7.org/fhir/SearchParameter/clinical-type</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: type</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>publisher</b>: Health Level Seven International (Patient Care)</p><p><b>contact</b>: <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>, <a href=\"http://www.hl7.org/Special/committees/patientcare/index.cfm\">http://www.hl7.org/Special/committees/patientcare/index.cfm</a></p><p><b>description</b>: Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [DocumentManifest](documentmanifest.html): Kind of document set\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class  - e.g. specialist referral, disease management\r\n</p><p><b>code</b>: type</p><p><b>base</b>: AllergyIntolerance, Composition, DocumentManifest, DocumentReference, Encounter, EpisodeOfCare</p><p><b>type</b>: token</p><p><b>expression</b>: AllergyIntolerance.type | Composition.type | DocumentManifest.type | DocumentReference.type | Encounter.type | EpisodeOfCare.type</p><p><b>xpathUsage</b>: normal</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.valueCode [ fhir:value "trial-use" ]
  ];
  fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type"];
  fhir:SearchParameter.version [ fhir:value "1.0.0"];
  fhir:SearchParameter.name [ fhir:value "type"];
  fhir:SearchParameter.status [ fhir:value "draft"];
  fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:SearchParameter.date [ fhir:value "2019-11-01T09:29:23+11:00"^^xsd:dateTime];
  fhir:SearchParameter.publisher [ fhir:value "Health Level Seven International (Patient Care)"];
  fhir:SearchParameter.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientcare/index.cfm" ]     ]
  ];
  fhir:SearchParameter.description [ fhir:value "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [DocumentManifest](documentmanifest.html): Kind of document set\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class  - e.g. specialist referral, disease management\r\n"];
  fhir:SearchParameter.code [ fhir:value "type"];
  fhir:SearchParameter.base [
     fhir:value "AllergyIntolerance";
     fhir:index 0
  ], [
     fhir:value "Composition";
     fhir:index 1
  ], [
     fhir:value "DocumentManifest";
     fhir:index 2
  ], [
     fhir:value "DocumentReference";
     fhir:index 3
  ], [
     fhir:value "Encounter";
     fhir:index 4
  ], [
     fhir:value "EpisodeOfCare";
     fhir:index 5
  ];
  fhir:SearchParameter.type [ fhir:value "token"];
  fhir:SearchParameter.expression [ fhir:value "AllergyIntolerance.type | Composition.type | DocumentManifest.type | DocumentReference.type | Encounter.type | EpisodeOfCare.type"];
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.