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

FHIR IG analytics

Packagesfm.130323
Resource TypeParameters
IdSFMbasisMultidoseSubscription.json
FHIR VersionR4

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": "Parameters",
  "parameter": [
    {
      "name": "type",
      "valueCode": "multidose"
    },
    {
      "name": "patient",
      "resource": {
        "resourceType": "Patient",
        "meta": {
          "profile": [
            "http://ehelse.no/fhir/StructureDefinition/sfm-Patient"
          ]
        },
        "identifier": [
          {
            "use": "official",
            "system": "urn:oid:2.16.578.1.12.4.1.4.1",
            "value": "09056019860"
          }
        ],
        "active": true,
        "name": [
          {
            "family": "Danielsen",
            "given": [
              "Emma Gunn"
            ]
          }
        ],
        "birthDate": "1969-05-09",
        "address": [
          {
            "city": "Oslo",
            "postalCode": "0876"
          }
        ]
      }
    }
  ]
}