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

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypeOrganization
IdOrganization-VaccinationSender.json
FHIR VersionR4

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

Generated Narrative: Organization

Resource Organization "VaccinationSender"

Profile: MessageHeader Organization

DepartmentName: sender department

active: true

type: Pharmaceutical Company (unknown#1)

name: sender organization

telecom: +01 123 456 78, fax: +01 123 456 89, email@city.us

address: street city CA postcode US

Contacts

-Name
*sender gname sender fname

Source1

{
  "resourceType": "Organization",
  "id": "VaccinationSender",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-messageorganization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-departmentname",
      "valueString": "sender department"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.7",
          "code": "1",
          "display": "Pharmaceutical Company"
        }
      ]
    }
  ],
  "name": "sender organization",
  "telecom": [
    {
      "system": "phone",
      "value": "+01 123 456 78"
    },
    {
      "system": "fax",
      "value": "+01 123 456 89"
    },
    {
      "system": "email",
      "value": "email@city.us"
    }
  ],
  "address": [
    {
      "line": [
        "street"
      ],
      "city": "city",
      "state": "CA",
      "postalCode": "postcode",
      "country": "US"
    }
  ],
  "contact": [
    {
      "name": {
        "family": "sender fname",
        "given": [
          "sender gname"
        ],
        "prefix": [
          "sender title"
        ]
      }
    }
  ]
}