Structured Data Capture 2.0 (STU2)

(back to narrative)

Raw ttl

@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:DataElement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "dataelement-sdc-profile-example"];
  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>url</b>: <a href=\"http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example\">http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example</a></p><p><b>version</b>: 2.0</p><p><b>name</b>: Patient Gender</p><p><b>status</b>: DRAFT</p><p><b>date</b>: 04/02/2015</p><p><b>publisher</b>: Health Level Seven, International</p><p><b>contact</b>: </p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example\">http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example</a></p><p><b>identifier</b>: DE42AHRQ</p><p><b>version</b>: 2.0</p><p><b>status</b>: DRAFT</p><p><b>date</b>: 04/02/2015</p><p><b>publisher</b>: Health Level Seven, International</p><p><b>name</b>: Patient Gender</p><p><b>contact</b>: </p><h3>Mappings</h3><table class=\"grid\"><tr><td>-</td><td><b>Identity</b></td><td><b>Uri</b></td><td><b>Name</b></td></tr><tr><td>*</td><td>c-cda</td><td><a href=\"http://hl7.org/C-CDA-not-a-real-url\">http://hl7.org/C-CDA-not-a-real-url</a></td><td>Consolidated CDA R2</td></tr></table><p><b>element</b>: todo-bundle</p></div>"
  ];
  fhir:DataElement.url [ fhir:value "http://hl7.org/fhir/us/sdc/DataElement/dataelement-sdc-profile-example"];
  fhir:DataElement.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://nlm.nih.gov/some_other_text/data_element_identifier" ];
     fhir:Identifier.value [ fhir:value "DE42AHRQ" ]
  ];
  fhir:DataElement.version [ fhir:value "2.0"];
  fhir:DataElement.status [ fhir:value "draft"];
  fhir:DataElement.date [ fhir:value "2015-02-04"^^xsd:date];
  fhir:DataElement.publisher [ fhir:value "Health Level Seven, International"];
  fhir:DataElement.name [ fhir:value "Patient Gender"];
  fhir:DataElement.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org" ]     ]
  ];
  fhir:DataElement.mapping [
     fhir:index 0;
     fhir:DataElement.mapping.identity [ fhir:value "c-cda" ];
     fhir:DataElement.mapping.uri [ fhir:value "http://hl7.org/C-CDA-not-a-real-url" ];
     fhir:DataElement.mapping.name [ fhir:value "Consolidated CDA R2" ]
  ];
  fhir:DataElement.element [
     fhir:index 0;
     fhir:ElementDefinition.path [ fhir:value "administrativeGender" ];
     fhir:ElementDefinition.definition [ fhir:value "The gender (i.e., the behavioral, cultural, or psychological traits typically associated with one sex) of a living subject as defined for administrative purposes." ];
     fhir:ElementDefinition.type [
       fhir:index 0;
       fhir:ElementDefinition.type.code [ fhir:value "CodeableConcept" ]     ];
     fhir:ElementDefinition.binding [
       fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
       fhir:ElementDefinition.binding.valueSetReference [
         fhir:link <http://hl7.org/fhir/ValueSet/administrative-gender>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ValueSet/administrative-gender" ]       ]     ];
     fhir:ElementDefinition.mapping [
       fhir:index 0;
       fhir:ElementDefinition.mapping.identity [ fhir:value "c-cda" ];
       fhir:ElementDefinition.mapping.language [ fhir:value "xpath" ];
       fhir:ElementDefinition.mapping.map [ fhir:value "/ClinicalDocument/recordTarget/patientRole/patient/administrativeGender" ]     ]
  ].

<http://hl7.org/fhir/ValueSet/administrative-gender> a fhir:ValueSet.

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

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