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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeCarePlan
IdCarePlan-careteam-1.json
FHIR VersionR2

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 with Details

id: careteam-1

meta:

subject: Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964

status: active

category: careteam (Details : {http://argonaut.hl7.org code 'careteam' = 'careteam)

participant

role: Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease (Details : {http://www.nucc.org code '207RC0000X' = '207RC0000X', given as 'Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})

member: Adam Careful, MD. Generated Summary: id: 1234; 23; active; Adam Careful

participant

role: Behavioral Health & Social Service Providers:Psychologist (Details : {http://www.nucc.org code '103T00000X' = '103T00000X', given as 'Behavioral Health & Social Service Providers:Psychologist'})

member: Kathy Fielding, MD. Generated Summary: id: 5678; 24; active; Kathy Fielding

participant

role: Patient (person) (Details : {SNOMED CT code '116154003' = 'Patient', given as 'Patient (person)'})

member: Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964


Source1

{
  "resourceType": "CarePlan",
  "id": "careteam-1",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-careteam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "subject": {
    "reference": "Patient/peter-chalmers",
    "display": "Peter Chalmers"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://argonaut.hl7.org",
          "code": "careteam"
        }
      ]
    }
  ],
  "participant": [
    {
      "role": {
        "coding": [
          {
            "system": "http://www.nucc.org",
            "code": "207RC0000X",
            "display": "Allopathic & Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/1234",
        "display": "Adam Careful, MD"
      }
    },
    {
      "role": {
        "coding": [
          {
            "system": "http://www.nucc.org",
            "code": "103T00000X",
            "display": "Behavioral Health & Social Service Providers:Psychologist"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/5678",
        "display": "Kathy Fielding, MD"
      }
    },
    {
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "116154003",
            "display": "Patient (person)"
          }
        ]
      },
      "member": {
        "reference": "Patient/peter-chalmers",
        "display": "Peter Chalmers"
      }
    }
  ]
}