This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Us-core.profile.xml

Profile for Contains constraints and extensions to the FHIR specification specific to the US realm

{
  "resourceType": "Profile",
  "text": {
    "status": "generated",
    "div": "<div><pre> <span style=\"float: right\"><a title=\"Documentation for this format\" href=\"formats.html\"><img alt=\"doco\" src=\"help.png\"/></a></span>\r\n<span style=\" color: Gray\">&lt;!-- <span style=\"color: Darkviolet\">Extensions</span> --&gt;</span>\r\n&lt;<span title=\"A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.\"><b>extension</b></span>&gt;<a name=\"race\"> </a>&lt;!--  <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: Resource = Patient</span> --&gt;\r\n &lt;<b>url</b> value=&quot;<span style=\"color: maroon\">http://hl7.org/fhir/Profile/us-core#race</span>&quot;/&gt;\r\n &lt;<span title=\"A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.\"><b>valueCodeableConcept</b></span>&gt;<span style=\" color: Gray\">&lt;!-- </span> <span style=\"color: brown;\"><b>0..1</b></span>  <span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#CodeableConcept\">CodeableConcept</a></span> <span style=\"color: navy\">A category of humans sharing history, origin or nationality</span> <span style=\" color: Gray\">--&gt; </span>&lt;/valueCodeableConcept&gt;\r\n&lt;/extension&gt;\r\n\r\n&lt;<span title=\"A code classifying the person into a named category of humans sharing a common real or presumed heritage.\"><b>extension</b></span>&gt;<a name=\"ethnicity\"> </a>&lt;!--  <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: Resource = Patient</span> --&gt;\r\n &lt;<b>url</b> value=&quot;<span style=\"color: maroon\">http://hl7.org/fhir/Profile/us-core#ethnicity</span>&quot;/&gt;\r\n &lt;<span title=\"A code classifying the person into a named category of humans sharing a common real or presumed heritage.\"><b>valueCodeableConcept</b></span>&gt;<span style=\" color: Gray\">&lt;!-- </span> <span style=\"color: brown;\"><b>0..1</b></span>  <span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#CodeableConcept\">CodeableConcept</a></span> <span style=\"color: navy\">A category of human sharing heritage</span> <span style=\" color: Gray\">--&gt; </span>&lt;/valueCodeableConcept&gt;\r\n&lt;/extension&gt;\r\n\r\n&lt;<span title=\"Name of county.\"><b>extension</b></span>&gt;<a name=\"county\"> </a>&lt;!--  <span style=\"color: brown\"><b>0..1</b></span> <span style=\"color: navy\">Context: DataType = Address</span> --&gt;\r\n &lt;<b>url</b> value=&quot;<span style=\"color: maroon\">http://hl7.org/fhir/Profile/us-core#county</span>&quot;/&gt;\r\n &lt;<span title=\"Name of county.\"><b>valueString</b></span> value=&quot;[<span style=\"color: darkgreen\"><a href=\"http://hl7.org/fhir/datatypes.html#string\">string</a></span>]&quot;/&gt;<span style=\" color: Gray\">&lt;!-- </span><span style=\"color: navy\">Name of county</span><span style=\" color: Gray\"> --&gt;</span>\r\n&lt;/extension&gt;\r\n\r\n</pre></div>"
  },
  "name": "United Stated realm FHIR Profile",
  "publisher": "Fhir Core Team",
  "description": "Contains constraints and extensions to the FHIR specification specific to the US realm",
  "status": "draft",
  "date": "2013-12-03",
  "extensionDefn": [
    {
      "code": "race",
      "display": "A category of humans sharing history, origin or nationality",
      "contextType": "resource",
      "context": [
        "Patient"
      ],
      "definition": {
        "short": "A category of humans sharing history, origin or nationality",
        "formal": "A code classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "binding": {
          "name": "Race",
          "isExtensible": true,
          "referenceResource": {
            "reference": "http://hl7.org/fhir/v3/vs/Race"
          }
        }
      }
    },
    {
      "code": "ethnicity",
      "display": "A category of human sharing heritage",
      "contextType": "resource",
      "context": [
        "Patient"
      ],
      "definition": {
        "short": "A category of human sharing heritage",
        "formal": "A code classifying the person into a named category of humans sharing a common real or presumed heritage.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "binding": {
          "name": "Ethnicity",
          "isExtensible": true,
          "referenceResource": {
            "reference": "http://hl7.org/fhir/v3/vs/Ethnicity"
          }
        }
      }
    },
    {
      "code": "county",
      "display": "Name of county",
      "contextType": "datatype",
      "context": [
        "Address"
      ],
      "definition": {
        "short": "Name of county",
        "formal": "Name of county.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": false,
        "isModifier": false
      }
    }
  ]
}