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

FHIR IG Statistics: StructureDefinition/poc-lis-practitioner

Packagecens.fhir.poclis-ssmso
Resource TypeStructureDefinition
Idpoc-lis-practitioner
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cens.fhir.poclis-ssmso@1.0.0&canonical=http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPractitioner
URLhttp://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPractitioner
Statusdraft
NamePocLisPractitioner
TypePractitioner
Kindresource

Resources that use this resource

StructureDefinition
PocLisServiceRequestPocLisServiceRequest

Resources that this resource uses

ValueSet
PocLisTipoIdentificacionHccPocLisTipoIdentificacionHcc

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "poc-lis-practitioner",
  "url": "http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPractitioner",
  "name": "PocLisPractitioner",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Practitioner.identifier.type",
        "path": "Practitioner.identifier.type",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Tipo de Identificación",
          "valueSet": "http://cens.cl/fhir/ValueSet/PocLisTipoIdentificacionHcc"
        }
      },
      {
        "id": "Practitioner.identifier.type.coding",
        "path": "Practitioner.identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "fixedUri": "http://minsal.cl/IdentificacionMedico"
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "maxLength": 30
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "max": "0"
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "max": "0"
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "max": "0"
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "max": "0"
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "max": "0"
      },
      {
        "id": "Practitioner.photo",
        "path": "Practitioner.photo",
        "max": "0"
      },
      {
        "id": "Practitioner.qualification",
        "path": "Practitioner.qualification",
        "max": "0"
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "max": "0"
      }
    ]
  }
}