NHS MPI Adapter for QuickFHIR
1.0.0 - draft

NHS MPI Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: gender - 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:id [ fhir:v "individual-gender"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>gender <a style=\"padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #fff5e6\" href=\"http://hl7.org/fhir/R4/versions.html#std-process\" title=\"Standards Status = Trial Use\">TU</a></h2><p>Parameter <code>gender</code>:<code>token</code></p><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: Gender of the patient</li>\n<li><a href=\"person.html\">Person</a>: The gender of the person</li>\n<li><a href=\"practitioner.html\">Practitioner</a>: Gender of the practitioner</li>\n<li><a href=\"relatedperson.html\">RelatedPerson</a>: Gender of the related person</li>\n</ul>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a>, <a href=\"http://hl7.org/fhir/R4/person.html\">Person</a>, <a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a>, <a href=\"http://hl7.org/fhir/R4/relatedperson.html\">RelatedPerson</a></td></tr><tr><td>Expression</td><td><code>Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td>The parameter cannot repeat or have multiple values</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/individual-gender"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "gender"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International (Patient Administration)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm/index.cfm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Multiple Resources: \r\n\r\n* [Patient](patient.html): Gender of the patient\r\n* [Person](person.html): The gender of the person\r\n* [Practitioner](practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](relatedperson.html): Gender of the related person\r\n"] ; # 
  fhir:code [ fhir:v "gender"] ; # 
  fhir:base ( [ fhir:v "Patient"] [ fhir:v "Person"] [ fhir:v "Practitioner"] [ fhir:v "RelatedPerson"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] . #