FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nxh-ext-phone-type

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-ext-phone-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-phoneType
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-phoneType
Statusactive
Date2022-11-17T16:16:59.6998607+00:00
NameNxhExtPhoneType
DescriptionType of the phone number.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NxhPractitionerRoleNxhPractitionerRole

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-ext-phone-type",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-phoneType",
  "name": "NxhExtPhoneType",
  "status": "active",
  "date": "2022-11-17T16:16:59.6998607+00:00",
  "description": "Type of the phone number.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Element"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "phone type",
        "definition": "Type of the phone number."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-phoneType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}