FHIR Tooling Extensions IG
0.7.0 - Release 0.2.0 International flag

This page is part of the HL7 Tools Extension IG (v0.7.0: Release - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Type Profile Style Codes - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "type-profile-style",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem type-profile-style</b></p><a name=\"type-profile-style\"> </a><a name=\"hctype-profile-style\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/tools/CodeSystem/type-profile-style</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">fhir<a name=\"type-profile-style-fhir\"> </a></td><td>FHIR</td><td>FHIR profiling using profiles specified by the context, or as specified in Resource.meta.profile. This is the default if nothing else is specified</td></tr><tr><td style=\"white-space:nowrap\">cda<a name=\"type-profile-style-cda\"> </a></td><td>CDA</td><td>Type Profiles are applied using templateId</td></tr></table></div><div xml:lang=\"es\" lang=\"es\"><hr/><p><b>Spanish</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem type-profile-style</b></p><a name=\"es-type-profile-style\"> </a><a name=\"es-hctype-profile-style\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/tools/CodeSystem/type-profile-style</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">fhir<a name=\"es-type-profile-style-fhir\"> </a></td><td>FHIR</td><td>FHIR profiling using profiles specified by the context, or as specified in Resource.meta.profile. This is the default if nothing else is specified</td></tr><tr><td style=\"white-space:nowrap\">cda<a name=\"es-type-profile-style-cda\"> </a></td><td>CDA</td><td>Type Profiles are applied using templateId</td></tr></table></div></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/tools/ImplementationGuide/hl7.fhir.uv.tools"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/tools/CodeSystem/type-profile-style",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.1.16.16"
    }
  ],
  "version" : "0.7.0",
  "name" : "TypeProfileStylesCS",
  "title" : "Type Profile Style Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-21T18:48:45+10:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "How the data type is bound to vocabulary",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "fhir",
      "display" : "FHIR",
      "definition" : "FHIR profiling using profiles specified by the context, or as specified in Resource.meta.profile. This is the default if nothing else is specified"
    },
    {
      "code" : "cda",
      "display" : "CDA",
      "definition" : "Type Profiles are applied using templateId"
    }
  ]
}