Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First SearchParameter/us-core-ethnicity - 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 "us-core-ethnicity"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: us-core-ethnicity</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity\">http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity</a></p><p><b>version</b>: 3.1.0</p><p><b>name</b>: USCoreEthnicity</p><p><b>status</b>: active</p><p><b>date</b>: 21/05/2019 12:00:00 AM</p><p><b>publisher</b>: US Realm Steering Committee</p><p><b>contact</b>: </p><p><b>description</b>: Returns patients with an ethnicity extension matching the specified code.</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow\">(Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America'})</span></p><p><b>code</b>: ethnicity</p><p><b>base</b>: Patient</p><p><b>type</b>: token</p><p><b>expression</b>: Patient.extension.where(url = 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity').extension.value.code</p><p><b>xpath</b>: f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity']/f:extension/f:valueCoding/f:code/@value</p><p><b>xpathUsage</b>: normal</p></div>"
  ];
  fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/core/SearchParameter/us-core-ethnicity"];
  fhir:SearchParameter.version [ fhir:value "0.1.0"];
  fhir:SearchParameter.name [ fhir:value "USCoreEthnicity"];
  fhir:SearchParameter.status [ fhir:value "active"];
  fhir:SearchParameter.date [ fhir:value "2019-05-20T14:00:00+00:00"^^xsd:dateTime];
  fhir:SearchParameter.publisher [ fhir:value "Kids First DRC"];
  fhir:SearchParameter.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Kids First DRC" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:support@kidsfirstdrc.org" ]     ]
  ];
  fhir:SearchParameter.description [ fhir:value "Returns patients with an ethnicity extension matching the specified code."];
  fhir:SearchParameter.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:SearchParameter.code [ fhir:value "ethnicity"];
  fhir:SearchParameter.base [
     fhir:value "Patient";
     fhir:index 0
  ];
  fhir:SearchParameter.type [ fhir:value "token"];
  fhir:SearchParameter.expression [ fhir:value "Patient.extension.where(url = 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity').extension.value.code"];
  fhir:SearchParameter.xpath [ fhir:value "f:Patient/f:extension[@url='http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity']/f:extension/f:valueCoding/f:code/@value"];
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"];
  fhir:SearchParameter.target [
     fhir:value "Patient";
     fhir:index 0
  ].

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

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