Sha256: ee44ce466d4d296428da85eb139eb34d1f0be75aca4bd2a6e8d70c5f8c679f5c

Contents?: true

Size: 1.9 KB

Versions: 10

Compression:

Stored size: 1.9 KB

Contents

{
  "resourceType": "Basic",
  "id": "referral",
  "extension": [
    {
      "url": "http://example.org/do-not-use/fhir-extensions/referral#requestingPractitioner",
      "valueReference": {
        "reference": "Practitioner/f201",
        "display": "Dokter Bronsig"
      }
    },
    {
      "url": "http://example.org/do-not-use/fhir-extensions/referral#notes",
      "valueString": "The patient had fever peaks over the last couple of days. He is worried about these peaks."
    },
    {
      "url": "http://example.org/do-not-use/fhir-extensions/referral#fulfillingEncounter",
      "valueReference": {
        "reference": "Encounter/f201"
      }
    }
  ],
  "modifierExtension": [
    {
      "url": "http://example.org/do-not-use/fhir-extensions/referral#referredForService",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "11429006",
            "display": "Consultation"
          }
        ]
      }
    },
    {
      "url": "http://example.org/do-not-use/fhir-extensions/referral#targetDate",
      "valuePeriod": {
        "start": "2013-04-01",
        "end": "2013-04-15"
      }
    },
    {
      "url": "http://example.org/do-not-use/fhir-extensions/referral#status",
      "valueCode": "complete"
    }
  ],
  "identifier": [
    {
      "system": "http://goodhealth.org/basic/identifiers",
      "value": "19283746"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/basic-resource-type",
        "code": "referral"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "created": "2013-05-14",
  "author": {
    "reference": "Practitioner/example"
  },
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.2.2 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.2.1 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.2.0 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.1.2 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.1.1 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.1.0 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.0.2 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.0.1 lib/fhir_models/examples/json/basic-example.json
fhir_models-4.0.0 lib/fhir_models/examples/json/basic-example.json