FHIR IG analytics| Package | hl7.fhir.us.mcode.r4 |
| Resource Type | Group |
| Id | Group-group-mcode-patients.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group group-mcode-patients
type: Person
actual: true
code: Cancer Patient
member
entity: John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
member
entity: Eve A. Anyperson Female, DoB: 1955-05-20 ( Medical Record Number: m456 (use: usual, ))
{
"resourceType": "Group",
"id": "group-mcode-patients",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-patient-group"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": "person",
"actual": true,
"code": {
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C19700",
"display": "Cancer Patient"
}
]
},
"member": [
{
"entity": {
"reference": "Patient/cancer-patient-john-anyperson"
}
},
{
"entity": {
"reference": "Patient/cancer-patient-eve-anyperson"
}
}
]
}