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

FHIR IG Statistics: StructureDefinition/Organization-my-core

PackageHIE2.packages
TypeStructureDefinition
IdOrganization-my-core
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=HIE2.packages@0.1.1&canonical=http://hl7.org/fhir/my/core/StructureDefinition/Organization-my-core
URLhttp://hl7.org/fhir/my/core/StructureDefinition/Organization-my-core
Version4.0.0
Statusactive
Date2022-01-06T04:19:32.3840712+00:00
NameOrganizationMyCore
TitleOrganization Profile (MY Core)
Realmuv
Authorityhl7
DescriptionDefines basic constraints and extensions on the Organization resource for use with other MY Core resources
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License
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..*OrganizationA grouping of people or organizations with a common purpose
...Slices for identifierS0..*IdentifierIdentifies this organization across multiple systems
Slice: Unordered, Open by pattern:$this
.... identifier:All SlicesContent/Rules for all slices
.....systemS0..1uriThe namespace for the identifier value
.....valueS0..1stringThe value that is unique
....identifier:NPIS0..1IdentifierNational Provider Identifier (NPI)
Required Pattern: At least the following
.....system1..1uriThe namespace for the identifier value
Fixed Value: http://hl7.org/fhir/sid/us-npi
....identifier:CLIA0..1IdentifierClinical Laboratory Improvement Amendments (CLIA) Number for laboratories
Required Pattern: At least the following
.....system1..1uriThe namespace for the identifier value
Fixed Value: urn:oid:2.16.840.1.113883.4.7
...activeS1..1booleanWhether the organization's record is still in active use
...nameS1..1stringName used for the organization
...telecomS0..*ContactPointA contact detail for the organization
....systemS0..1codephone | fax | email | pager | url | sms | other
....valueS0..1stringThe actual contact point details
...addressS0..*AddressAn address for the organization
....lineS0..4stringStreet name, number, direction & P.O. Box etc.
....cityS0..1stringName of city, town etc.
....stateS0..1stringSub-unit of country (abbreviations ok)
Binding: USPS Two Letter Alphabetic Codes (extensible): Two letter USPS alphabetic codes.

....postalCodeS0..1stringUS Zip Codes
....countryS0..1stringCountry (e.g. can be ISO 3166 2 or 3 letter code)

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Organization-my-core",
  "meta": {
    "lastUpdated": "2022-01-06T07:00:18.982+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/my/core/StructureDefinition/Organization-my-core",
  "version": "4.0.0",
  "name": "OrganizationMyCore",
  "title": "Organization Profile (MY Core)",
  "status": "active",
  "experimental": false,
  "date": "2022-01-06T04:19:32.3840712+00:00",
  "publisher": "HL7 International - US Realm Steering Committee",
  "contact": [
    {
      "name": "HL7 International - US Realm Steering Committee",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/usrealm/index.cfm"
        }
      ]
    }
  ],
  "description": "Defines basic constraints and extensions on the Organization resource for use with other MY Core resources",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "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.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "mustSupport": false
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "comment": "NPI preferred.",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "servd",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "servd",
            "map": "./PrimaryAddress and ./OtherAddresses"
          }
        ]
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom.system",
        "path": "Organization.telecom.system",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom.value",
        "path": "Organization.telecom.value",
        "mustSupport": true
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "servd",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Organization.address.line",
        "path": "Organization.address.line",
        "max": "4",
        "mustSupport": true
      },
      {
        "id": "Organization.address.city",
        "path": "Organization.address.city",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://simplifier.net/test20210792/my-core-city"
        }
      },
      {
        "id": "Organization.address.state",
        "path": "Organization.address.state",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "description": "Malaysia state.",
          "valueSet": "https://simplifier.net/test20210792/my-core-state"
        },
        "mapping": [
          {
            "identity": "servd",
            "map": "./Sites"
          }
        ]
      },
      {
        "id": "Organization.address.postalCode",
        "path": "Organization.address.postalCode",
        "short": "Malaysia Postcodes",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://simplifier.net/test20210792/my-code-poscode"
        }
      },
      {
        "id": "Organization.address.country",
        "path": "Organization.address.country",
        "mustSupport": true
      }
    ]
  }
}