FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R4B R4 R3 R2

Content Detailed Descriptions Mappings XML JSON

Example Patient/infant-twin-2 (JSON)

Extension: warning   Maturity Level : 1 URL for this extension: http://hl7.org/fhir/StructureDefinition/valueset-warning
Vocabulary Responsible Owner: Patient Administration Work Group Standards Status : Informative Use Context Compartments : Any Patient , Practitioner , RelatedPerson

Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/valueset-warning warning: An extra warning about the correct use of the value set. Use on element: ValueSet url 1..1 uri "http://hl7.org/fhir/StructureDefinition/valueset-warning" valueMarkdown Raw JSON 0..1 markdown ( canonical form Value of extension Documentation for this format + also see JSON Format Specification XML Template )

<!-- warning --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension>

JSON Template Newborn Youngest Twin Example

{ // // from Element: " ], " " }
{
  "resourceType" : "Patient",
  "id" : "infant-twin-2",
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName",
    "valueString" : "Organa"
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]
    },
    "system" : "http://coruscanthealth.org/main-hospital/patient-identifier",
    "value" : "MRN7465676978"
  },
  {
    "system" : "http://new-republic.gov/galactic-citizen-identifier",
    "value" : "7465676978"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Solo",
    "given" : ["Jacen"]
  }],
  "gender" : "male",
  "birthDate" : "2017-05-15",
  "_birthDate" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
      "valueDateTime" : "2017-05-15T17:11:30+01:00"
    }]
  },
  "multipleBirthInteger" : 2,
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "72705000",
        "display" : "Mother"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "N"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "MTH"
      }]
    }],
    "name" : {
      "use" : "maiden",
      "family" : "Organa",
      "given" : ["Leia"]
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "+31201234567",
      "use" : "mobile"
    }]
  }]
}

Summary Name Flags Card. Type Description & Constraints extension 0..1 markdown URL = http://hl7.org/fhir/StructureDefinition/valueset-warning warning: An extra warning about the correct use of the value set. Use on element: ValueSet Documentation for this format Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/valueset-warning warning: An extra warning about Usage note: every effort has been made to ensure that the examples are correct use and useful, but they are not a normative part of the value set. Use on element: ValueSet url 1..1 uri "http://hl7.org/fhir/StructureDefinition/valueset-warning" valueMarkdown 0..1 markdown Value of extension Documentation for this format XML Template <!-- warning --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template specification.

{ // // from Element: " ], " " }   Constraints ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) )