Skip to content

Commit

Permalink
Add example profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Grenz committed May 2, 2016
1 parent d006962 commit e51cc00
Show file tree
Hide file tree
Showing 14 changed files with 9,491 additions and 0 deletions.
127 changes: 127 additions & 0 deletions profiles/DAF-Religion-profile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<StructureDefinition xmlns="http://hl7.org/fhir">
<url value="http://hl7.org/fhir/StructureDefinition/us-core-religion" />
<name value="DAF-Religion" />
<display value="US Core Religion Extension" />
<status value="draft" />
<publisher value="Health Level Seven International (US Realm Steering Committee)" />
<date value="2013-12-03" />
<description value="A code classifying a person&#39;s professed religion." />
<fhirVersion value="1.4.0" />
<kind value="datatype" />
<abstract value="false" />


<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />

<derivation value="constraint" />
<snapshot>

<element>
<path value="Element" />
<short value="Patient&#39;s professed religious affiliation" />
<definition value="A code classifying a person&#39;s professed religion." />
<min value="0" />
<max value="1" />
<type>
<code value="Extension" />


</type>
</element>
<element>
<path value="Element.id" />
<representation value="xmlAttr" />
<short value="xml:id (or equivalent in JSON)" />
<definition value="unique id for the element within a resource (for internal references)." />
<min value="0" />
<max value="1" />
<type>
<code value="id" />


</type>
<mapping>
<identity value="rim" />
<map value="n/a" />
</mapping>
</element>
<element>
<path value="Element.extension" />
<min value="0" />
<max value="0" />

<type>
<code value="Extension" />
</type>
</element>
<element>
<path value="Element.url" />
<min value="1" />
<max value="1" />
<type>
<code value="uri" />


</type>
<fixedUri value="http://hl7.org/fhir/StructureDefinition/us-core-religion" />
</element>
<element>
<path value="Element.value[x]" />
<min value="1" />
<max value="1" />
<type>
<code value="CodeableConcept" />


</type>
<binding>
<strength value="required" />
<description value="A code classifying a person&#39;s professed religion" />
<valueSetUri value="http://hl7.org/fhir/ValueSet/v3-ReligiousAffiliation" />
</binding>
</element>
</snapshot>
<differential>

<element>
<path value="Element" />
<short value="Patient&#39;s professed religious affiliation" />
<definition value="A code classifying a person&#39;s professed religion." />
<min value="0" />
<max value="1" />
<type>
<code value="Extension" />


</type>
</element>
<element>
<path value="Element.extension" />
<max value="0" />
</element>
<element>
<path value="Element.url" />
<type>
<code value="uri" />


</type>
<fixedUri value="http://hl7.org/fhir/StructureDefinition/us-core-religion" />
</element>
<element>
<path value="Element.value[x]" />
<min value="1" />
<type>
<code value="CodeableConcept" />


</type>
<binding>
<strength value="required" />
<description value="A code classifying a person&#39;s professed religion" />
<valueSetUri value="http://hl7.org/fhir/ValueSet/v3-ReligiousAffiliation" />
</binding>
</element>

</differential>
</StructureDefinition>
Loading

0 comments on commit e51cc00

Please sign in to comment.