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

FHIR IG Statistics: StructureDefinition/Organization-hcp

Packageeng.fhir.profile.dev
TypeStructureDefinition
IdOrganization-hcp
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=https://pnt.gov/fhir/StructureDefinition/Organization-hcp
URLhttps://pnt.gov/fhir/StructureDefinition/Organization-hcp
Version0.1.0
Statusactive
Date2023-06-08T11:18:50.9710038+00:00
NameOrganizationHcp
TitleOrganization - Operatore sanitario/socio sanitario
Authorityhl7
DescriptionProfilo base specifico per Organization: include le informazioni minime per descrivere una organizzazione che eroga od è responsabile per prestazioni sanitarie o socio sanitarie
TypeOrganization
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
..Organization0..*OrganizationItBaseA grouping of people or organizations with a common purpose
...identifier0..*(Slice Definition)Identifies this organization across multiple systems
Slice: Unordered, Open by value:$this.system, value:$this.value
.... identifier:All SlicesContent/Rules for all slices
.....systemS1..1uriThe namespace for the identifier value
.....valueS1..1stringThe value that is unique
....identifier:asl0..1IdentifierIdentificativo Azienda Sanitaria Locale (FLS 11 - 6 char)
.....system0..1uriThe namespace for the identifier value
Fixed Value: http://hl7.it/sid/fls
.....value0..1stringThe value that is unique
Binding: Ministero della Salute - ID ASL (required)
....identifier:aslRegione0..1IdentifierIdentificativo Regionale Azienda Sanitaria Locale (FLS 11 - 3 char)
.....system0..1uriThe namespace for the identifier value
Binding: Identificativi regionali per ASL (3 char) (required)
....identifier:aziendaOspedaliera0..1IdentifierIdentificativo Azienda Ospedaliera (HSP 11)
.....system0..1uriThe namespace for the identifier value
Fixed Value: http://hl7.it/sid/hsp
.....value0..1stringThe value that is unique
Binding: Ministero della Salute - ID Aziende Ospedaliere (required)
....identifier:struttura0..1IdentifierIdentificativo Struttura di Ricovero (HSP 11)
.....system0..1uriThe namespace for the identifier value
Fixed Value: http://hl7.it/sid/hsp
.....value0..1stringThe value that is unique
Binding: Ministero della Salute - ID Strutture Ricovero (required)
....identifier:partitaIva0..1IdentifierPartita IVA Organizzazione
.....system0..1uriThe namespace for the identifier value
Fixed Value: http://hl7.it/sid/partitaIva
....identifier:codiceFiscale0..1IdentifierCodice Fiscale Organizzazione
.....system0..1uriThe namespace for the identifier value
Fixed Value: http://hl7.it/sid/codiceFiscale
....identifier:strutturaInterna0..1IdentifierIdentifies this organization across multiple systems
.....system0..1uriThe namespace for the identifier value
Fixed Value: http://hl7.it/sid/hsp
.....value0..1stringThe value that is unique
Binding: Ministero della Salute - ID Strutture Interne di Ricovero (required)
...type0..*CodeableConceptKind of organization
Binding: Tipo organizzazione socio-sanitaria (extensible)

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Organization-hcp",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://pnt.gov/fhir/StructureDefinition/Organization-hcp",
  "version": "0.1.0",
  "name": "OrganizationHcp",
  "title": "Organization - Operatore sanitario/socio sanitario",
  "status": "active",
  "date": "2023-06-08T11:18:50.9710038+00:00",
  "publisher": "HL7 Italia",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.it"
        }
      ]
    }
  ],
  "description": "Profilo base specifico per Organization: include le informazioni minime per descrivere una organizzazione che eroga od è responsabile per prestazioni sanitarie o socio sanitarie",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT"
        }
      ]
    }
  ],
  "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": "Organization",
  "baseDefinition": "http://hl7.it/fhir/StructureDefinition/Organization-it-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this.system"
            },
            {
              "type": "value",
              "path": "$this.value"
            }
          ],
          "description": "Slice based on the identifier pattern",
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:asl",
        "path": "Organization.identifier",
        "sliceName": "asl",
        "short": "Identificativo Azienda Sanitaria Locale (FLS 11 - 6 char)",
        "max": "1"
      },
      {
        "id": "Organization.identifier:asl.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://hl7.it/sid/fls"
      },
      {
        "id": "Organization.identifier:asl.value",
        "path": "Organization.identifier.value",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.it/fhir/ValueSet/minsan-idAsl"
        }
      },
      {
        "id": "Organization.identifier:aslRegione",
        "path": "Organization.identifier",
        "sliceName": "aslRegione",
        "short": "Identificativo Regionale Azienda Sanitaria Locale (FLS 11 - 3 char)",
        "max": "1"
      },
      {
        "id": "Organization.identifier:aslRegione.system",
        "path": "Organization.identifier.system",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.it/fhir/ValueSet/uri-idAslRegione"
        }
      },
      {
        "id": "Organization.identifier:aziendaOspedaliera",
        "path": "Organization.identifier",
        "sliceName": "aziendaOspedaliera",
        "short": "Identificativo Azienda Ospedaliera (HSP 11)",
        "max": "1"
      },
      {
        "id": "Organization.identifier:aziendaOspedaliera.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://hl7.it/sid/hsp"
      },
      {
        "id": "Organization.identifier:aziendaOspedaliera.value",
        "path": "Organization.identifier.value",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.it/fhir/ValueSet/minsan-idAziendeOspedaliere"
        }
      },
      {
        "id": "Organization.identifier:struttura",
        "path": "Organization.identifier",
        "sliceName": "struttura",
        "short": "Identificativo Struttura di Ricovero (HSP 11)",
        "max": "1"
      },
      {
        "id": "Organization.identifier:struttura.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://hl7.it/sid/hsp"
      },
      {
        "id": "Organization.identifier:struttura.value",
        "path": "Organization.identifier.value",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.it/fhir/ValueSet/minsan-idStrutture"
        }
      },
      {
        "id": "Organization.identifier:partitaIva",
        "path": "Organization.identifier",
        "sliceName": "partitaIva",
        "short": "Partita IVA Organizzazione",
        "max": "1"
      },
      {
        "id": "Organization.identifier:partitaIva.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://hl7.it/sid/partitaIva"
      },
      {
        "id": "Organization.identifier:codiceFiscale",
        "path": "Organization.identifier",
        "sliceName": "codiceFiscale",
        "short": "Codice Fiscale Organizzazione",
        "max": "1"
      },
      {
        "id": "Organization.identifier:codiceFiscale.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://hl7.it/sid/codiceFiscale"
      },
      {
        "id": "Organization.identifier:strutturaInterna",
        "path": "Organization.identifier",
        "sliceName": "strutturaInterna",
        "max": "1"
      },
      {
        "id": "Organization.identifier:strutturaInterna.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://hl7.it/sid/hsp"
      },
      {
        "id": "Organization.identifier:strutturaInterna.value",
        "path": "Organization.identifier.value",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.it/fhir/ValueSet/minsan-idStruttureInterne"
        }
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.it/fhir/ValueSet/tipoOrgSocioSanitaria"
        }
      }
    ]
  }
}