FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOrganization
IdOrganization-id.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "id",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization"
    ]
  },
  "identifier": [
    {
      "system": "<system1>",
      "value": "<value1>"
    },
    {
      "system": "<system2>",
      "value": "<value2>"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "<system1>",
          "code": "<code1>"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "<system2>",
          "code": "<code2>"
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationActiveStatusExtension",
      "valueBoolean": true
    },
    {
      "valueCoding": {
        "system": "http://electronichealth.se/CodeSystem/skatteverket-jurform",
        "code": "<code>"
      },
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationLegalFormExtension"
    },
    {
      "valueCoding": {
        "code": "<code>",
        "system": "http://electronichealth.se/CodeSystem/organization-ownership-scb"
      },
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationOwnershipExtension"
    },
    {
      "valuePeriod": {
        "start": "2000-01-01",
        "end": "2001-01-01"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
    },
    {
      "extension": [
        {
          "valueCoding": {
            "code": "<code>",
            "system": "<system>"
          },
          "url": "type"
        },
        {
          "valueReference": {
            "reference": "Organization/<logical ID>"
          },
          "url": "additionalRelationship"
        }
      ],
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationAdditionalRelationshipExtension"
    }
  ],
  "alias": [
    "<alias1>",
    "<alias2>"
  ],
  "contact": [
    {
      "name": [
        {
          "text": "<name1>"
        }
      ],
      "purpose": {
        "coding": [
          {
            "code": "<code1>",
            "system": "<system1>"
          }
        ]
      },
      "period": {
        "start": "2000-01-01",
        "end": "2001-01-01"
      },
      "address": {
        "line": [
          "<line1>",
          "<line2>"
        ],
        "city": "<city>",
        "postalCode": "<postalCode>",
        "country": "<country>"
      }
    },
    {
      "name": [
        {
          "text": "<name2>"
        }
      ],
      "purpose": {
        "coding": [
          {
            "code": "<code2>",
            "system": "<system2>"
          }
        ]
      },
      "telecom": [
        {
          "value": "<value>",
          "system": "code"
        }
      ],
      "period": {
        "start": "2000-01-01",
        "end": "2001-01-01"
      }
    }
  ],
  "partOf": {
    "reference": "Organization/<logical ID>"
  },
  "name": "<name>"
}